Skip to content

Commit a2d1de3

Browse files
authored
Update customize-default-site-design.md
added comment about web template ID values for the modern templates.
1 parent 4e2e6fa commit a2d1de3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/declarative-customization/customize-default-site-design.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
---
1+
---
22
title: Customize default site designs on SharePoint
33
description: Customize the default site designs in either the SharePoint team site or communications site template
44
ms.date: 12/18/2017
@@ -13,7 +13,9 @@ SharePoint contains several site designs already available in the SharePoint Onl
1313

1414
## Apply a site design to the default site designs
1515

16-
To customize the default site designs, apply a new one with the Powershell **Add-SPOSiteDesign** cmdlet, or the **CreateSiteDesign** REST API. Specify the **IsDefault** switch to apply the site design as default.
16+
To customize the default site designs, apply a new one with the Powershell **Add-SPOSiteDesign** cmdlet, or the **CreateSiteDesign** REST API. Specify the **IsDefault** switch to apply the site design as default.
17+
18+
The WebTemplate ID for a Group-connected team site is 64; for a communication site it is 68.
1719

1820
The following example shows how to use the **IsDefault** switch to apply the Contoso company theme to the default site designs. The site script referenced by ID contains the JSON script to apply the correct theme.
1921

0 commit comments

Comments
 (0)