You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/declarative-customization/site-design-overview.md
+5-4Lines changed: 5 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -114,19 +114,19 @@ Each action in a site script is specified by a **verb** value in the JSON. In th
114
114
- Creating a new list or library (or modifying the default one created with the site)
115
115
- Creating site columns, content types, and configuring other list settings
116
116
- Set site branding properties like navigation layout, header layout and header background
117
-
- Applying a theme
117
+
- Applying a theme**
118
118
- Setting a site logo
119
-
- Adding links to quick launch or hub navigation
119
+
- Adding links to quick launch or hub navigation**
120
120
- Triggering a Power Automate flow
121
121
- Installing a deployed solution from the app catalog
122
-
- Setting regional settings for the site
122
+
- Setting regional settings for the site**
123
123
- Adding principals (users and groups) to SharePoint roles**
124
124
- Setting external sharing capability for the site**
125
125
126
126
For a complete list of available actions and their parameters, see the [JSON schema](site-design-json-schema.md).
127
127
128
128
> [!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).
130
130
> - 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.
131
131
132
132
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*
235
235
| WebTemplate | 64 | Team site template |
236
236
| WebTemplate 1 | 1 | Team site (with group creation disabled) |
237
237
| WebTemplate | 68 | Communication site template |
0 commit comments