Skip to content

Commit 0dc44cf

Browse files
authored
Update site-design-overview.md
Added note for how to publish a site design to STS#3 (where group creation is disabled)
1 parent 2917eca commit 0dc44cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/declarative-customization/site-design-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: SharePoint site design and site script overview
33
description: Use SharePoint site scripts and site designs to provide custom configurations to apply when new sites are created.
4-
ms.date: 09/10/2018
4+
ms.date: 11/01/2018
55
---
66

77
# SharePoint site design and site script overview
@@ -221,7 +221,7 @@ RestRequest("/_api/Microsoft.Sharepoint.Utilities.WebTemplateExtensions.SiteScri
221221

222222
In the previous example, the **Add-SPOSiteScript** cmdlet or **CreateSiteScript** REST API returns a site script id. This is used for the **SiteScripts** parameter in the subsequent call to the **Add-SPO-SiteDesign** cmdlet or **CreateSiteDesign** REST API.
223223

224-
The **WebTemplate** parameter set to the value 64 indicates registering this site design with the Team site template. The value 68 would indicate registering with the Communication site template. The **Title** and **Description** parameters are displayed when a user views site designs as they create a new Team site.
224+
The **WebTemplate** parameter set to the value 64 indicates registering this site design with the Team site template (if you have disabled modern Group creation publish your site designs using WebTemplate 1 so they display for that "Group-less" Team site template). The value 68 would indicate registering with the Communication site template. The **Title** and **Description** parameters are displayed when a user views site designs as they create a new Team site.
225225

226226
> [!NOTE]
227227
> A site design can run multiple scripts. The script IDs are passed in an array, and they run in the order listed.

0 commit comments

Comments
 (0)