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-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -54,10 +54,6 @@ When the scripts are complete the notification bar message will change - allowin
54
54
55
55
The site design information panel can be invoked by a site owner at any time to see what site designs have been applied to the site (and their script details) as well as to apply new or updated site designs.
56
56
57
-
58
-
> [!NOTE]
59
-
> The site design information panel started rolling out to Target Release customers in December 2018 - and will complete WW rollout in early 2019.
60
-
61
57
When the actions in the scripts are completed, SharePoint displays detailed results of those actions in a progress pane.
62
58
63
59

@@ -130,9 +126,10 @@ Available actions include:
130
126
131
127
- Creating a new list or library (or modifying the default one created with the site)
132
128
- Creating site columns, content types, and configuring other list settings
129
+
- Set site branding properties like navigation layout, header layout and header background
133
130
- Applying a theme
134
131
- Setting a site logo
135
-
- Adding navigation
132
+
- Adding links to quick launch or hub navigation
136
133
- Triggering a Microsoft Flow
137
134
- Installing a deployed solution from the app catalog
138
135
- Setting regional settings for the site
@@ -141,6 +138,9 @@ Available actions include:
141
138
142
139
For a complete list of available actions and their parameters, see the [JSON schema](https://docs.microsoft.com/en-us/sharepoint/dev/declarative-customization/site-design-json-schema).
143
140
141
+
> [!NOTE]
142
+
> For libraries and lists, use the PowerShell command [Get-SPOSiteScriptFromList](https://docs.microsoft.com/en-us/powershell/module/sharepoint-online/Get-SPOSiteScriptFromList?view=sharepoint-ps) to create the site script syntax from an existing SharePoint list.
143
+
144
144
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.
145
145
146
146
For example, if the site already has a list with the same name that the site script is creating, the site script will only add missing fields to the existing list.
0 commit comments