Skip to content

Commit 8cbf075

Browse files
authored
Update get-started-create-site-design.md
Updated article to reflect new limits and release of site design information panel.
1 parent 76de901 commit 8cbf075

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

docs/declarative-customization/get-started-create-site-design.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Get started creating SharePoint site designs and site scripts
33
description: Create site designs to provide reusable lists, themes, layouts, pages, or custom actions so that your users can quickly build new SharePoint sites with the features they need.
4-
ms.date: 11/01/2018
4+
ms.date: 12/19/2018
55
---
66

77
# Get started creating site designs and site scripts
@@ -74,7 +74,7 @@ Each action is specified by the "verb" value in the JSON script. Also, actions c
7474

7575
<br/>
7676

77-
The previous script creates a new SharePoint list named **Customer Tracking**. It sets the description and adds four fields to the list. Note that each of these are considered an action. Site scripts are limited to 30 cumulative actions (across one or more scripts that may be called in a site design).
77+
The previous script creates a new SharePoint list named **Customer Tracking**. It sets the description and adds four fields to the list. Note that each of these are considered an action. Site scripts are limited to 30 cumulative actions (across one or more scripts that may be called in a site design) if applied programmatically using the Invoke-SPOSiteDesign command. If they are applied through the UX or using the Add-SPOSiteDesignTask command then the limit is 300 cumulative actions (or 100K characters) .
7878

7979
## Add the site script
8080

@@ -131,15 +131,20 @@ Now that you've added a site script and site design, you can use it to create ne
131131

132132
7. Choose **Finish**.
133133

134-
8. A pane indicates that your script is being applied. When it is done, choose **View updated site**.
134+
8. A notification bar will be displayed indicating that your script is being applied. To invoke the site design information panel, click the **View progress** link. Once the script(s) have completed the notification banner message will change to **Site Design applied. Refresh this site to see the changes.**, allowing you to either invoke the panel or refresh the page.
135135

136136
9. You will see the custom list on the page.
137137

138138
### Apply to an existing site collection
139139

140140
You can also apply a published site design to an existing site collection using the [Invoke-SPOSiteDesign](https://docs.microsoft.com/en-us/powershell/module/sharepoint-online/Invoke-SPOSiteDesign?view=sharepoint-ps) cmdlet.
141141

142-
You can already apply to Group-connected Team and Communication sites. By August 2018 you will also be able to apply site designs to the team site not connected to an Office 365 Group, a classic team site, or a classic publishing site.
142+
You can apply a published site design to:
143+
1. Group-connected Team site
144+
2. Team site not connected to an Office 365 Group
145+
3. Communication site
146+
4. Classic team site
147+
5. Classic publishing site
143148

144149
### Associate with a hub site
145150

0 commit comments

Comments
 (0)