Skip to content

Commit 9933270

Browse files
authored
Update site-design-overview.md (SharePoint#7344)
1 parent 27a4d5a commit 9933270

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,19 +114,19 @@ Each action in a site script is specified by a **verb** value in the JSON. In th
114114
- Creating a new list or library (or modifying the default one created with the site)
115115
- Creating site columns, content types, and configuring other list settings
116116
- Set site branding properties like navigation layout, header layout and header background
117-
- Applying a theme
117+
- Applying a theme**
118118
- Setting a site logo
119-
- Adding links to quick launch or hub navigation
119+
- Adding links to quick launch or hub navigation**
120120
- Triggering a Power Automate flow
121121
- Installing a deployed solution from the app catalog
122-
- Setting regional settings for the site
122+
- Setting regional settings for the site**
123123
- Adding principals (users and groups) to SharePoint roles**
124124
- Setting external sharing capability for the site**
125125

126126
For a complete list of available actions and their parameters, see the [JSON schema](site-design-json-schema.md).
127127

128128
> [!NOTE]
129-
> - Actions marked with ** are automatically blocked for channel sites.
129+
> - Actions marked with ** are automatically blocked for [channel sites](/sharepoint/teams-connected-sites).
130130
> - For libraries and lists, use the PowerShell command [Get-SPOSiteScriptFromList](/powershell/module/sharepoint-online/Get-SPOSiteScriptFromList) to create the site script syntax from an existing SharePoint list.
131131
132132
Site scripts can be run again on the same site after provisioning. Site scripts are non-destructive, so when they run again, they ensure that the site matches the configuration in the script.
@@ -235,6 +235,7 @@ In the previous example, the **Add-SPOSiteScript** cmdlet or **CreateSiteScript*
235235
| WebTemplate | 64 | Team site template |
236236
| WebTemplate 1 | 1 | Team site (with group creation disabled) |
237237
| WebTemplate | 68 | Communication site template |
238+
| WebTemplate | 69 | Channel site template |
238239

239240

240241

0 commit comments

Comments
 (0)