Skip to content

Commit 28d41c2

Browse files
authored
Reflect branding/nav and promote extract List
1 parent d24db29 commit 28d41c2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,6 @@ When the scripts are complete the notification bar message will change - allowin
5454

5555
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.
5656

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-
6157
When the actions in the scripts are completed, SharePoint displays detailed results of those actions in a progress pane.
6258

6359
![Site Design Information Panel](images/site-design-information-panel-applied-site-designs.png)
@@ -130,9 +126,10 @@ Available actions include:
130126

131127
- Creating a new list or library (or modifying the default one created with the site)
132128
- Creating site columns, content types, and configuring other list settings
129+
- Set site branding properties like navigation layout, header layout and header background
133130
- Applying a theme
134131
- Setting a site logo
135-
- Adding navigation
132+
- Adding links to quick launch or hub navigation
136133
- Triggering a Microsoft Flow
137134
- Installing a deployed solution from the app catalog
138135
- Setting regional settings for the site
@@ -141,6 +138,9 @@ Available actions include:
141138

142139
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).
143140

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+
144144
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.
145145

146146
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

Comments
 (0)