|
1 | 1 | ---
|
2 | 2 | title: Get started creating SharePoint site designs and site scripts
|
3 | 3 | 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 |
5 | 5 | ---
|
6 | 6 |
|
7 | 7 | # 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
|
74 | 74 |
|
75 | 75 | <br/>
|
76 | 76 |
|
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) . |
78 | 78 |
|
79 | 79 | ## Add the site script
|
80 | 80 |
|
@@ -131,15 +131,20 @@ Now that you've added a site script and site design, you can use it to create ne
|
131 | 131 |
|
132 | 132 | 7. Choose **Finish**.
|
133 | 133 |
|
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. |
135 | 135 |
|
136 | 136 | 9. You will see the custom list on the page.
|
137 | 137 |
|
138 | 138 | ### Apply to an existing site collection
|
139 | 139 |
|
140 | 140 | 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.
|
141 | 141 |
|
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 |
143 | 148 |
|
144 | 149 | ### Associate with a hub site
|
145 | 150 |
|
|
0 commit comments