Skip to content

Commit 6bfd420

Browse files
authored
Update get-started-create-site-design.md
Updated w/ guidance on using -webtemplate value "1" if applying site design to STS#3 through UX
1 parent 0dc44cf commit 6bfd420

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/declarative-customization/get-started-create-site-design.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Get started creating SharePoint site designs and site scripts
33
description: Create site designs to provide reusable lists, themes, layouts, pages, or custom actions so that your users can quickly build new SharePoint sites with the features they need.
4-
ms.date: 10/03/2018
4+
ms.date: 11/01/2018
55
---
66

77
# Get started creating site designs and site scripts
@@ -105,7 +105,7 @@ C:\> Add-SPOSiteDesign
105105
-Description "Tracks key customer data in a list"
106106
```
107107

108-
The previous cmdlet creates a new site design named Contoso customer tracking. The `-WebTemplate` value selects which base template to associate with. The value `"64"` indicates Team site template, and the value `"68"` indicates the Communication site template.
108+
The previous cmdlet creates a new site design named Contoso customer tracking. The `-WebTemplate` value selects which base template to associate with. The value `"64"` indicates Team site template, and the value `"68"` indicates the Communication site template. If you have disabled modern Group creation (or restricted to a subset of users) and wish to still allow your users to apply site designs to the "group-less" modern Team site template, publish your site designs using the `-WebTemplate` value `"1"`.
109109

110110
The JSON response displays the **ID** of the new site design. You can use it in subsequent cmdlets to update or modify the site design.
111111

0 commit comments

Comments
 (0)