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
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: SharePoint site design and site script overview
3
3
description: Use SharePoint site scripts and site designs to provide custom configurations to apply when new sites are created.
4
-
ms.date: 06/18/2020
4
+
ms.date: 04/15/2021
5
5
localization_priority: Priority
6
6
---
7
7
@@ -10,9 +10,9 @@ localization_priority: Priority
10
10
> [!NOTE]
11
11
> - Site designs and site scripts are currently only supported by SharePoint Online.
12
12
> - In previous versions of SharePoint, site templates were called site designs but will be referred to as site templates moving forward.
13
-
>- SharePoint has a new site template experience that will be available to all SharePoint user with permissions to create SharePoint sites. [Learn more about the new site template experience](https://support.microsoft.com/office/apply-and-customize-sharepoint-site-templates-39382463-0e45-4d1b-be27-0e96aeec8398?ui=en-US&rs=en-US&ad=US).
14
-
>- As of today, the site template experience cannot be disabled.
15
-
>- Site template version history is not currently available for the new site template experience but will be included in future iterations.
13
+
>- SharePoint has a new site template experience that will be available to all SharePoint user with permissions to create SharePoint sites. [Learn more about the new site template experience](https://support.microsoft.com/office/apply-and-customize-sharepoint-site-templates-39382463-0e45-4d1b-be27-0e96aeec8398?ui=en-US&rs=en-US&ad=US).
14
+
>- As of today, the site template experience cannot be disabled.
15
+
>- Site template version history is not currently available for the new site template experience but will be included in future iterations.
16
16
17
17
Use site templates and site scripts to automate provisioning new or existing modern SharePoint sites that use your own custom configurations.
18
18
@@ -143,13 +143,13 @@ Available actions include:
143
143
For a complete list of available actions and their parameters, see the [JSON schema](https://docs.microsoft.com/sharepoint/dev/declarative-customization/site-design-json-schema).
144
144
145
145
> [!NOTE]
146
-
> For libraries and lists, use the PowerShell command [Get-SPOSiteScriptFromList](https://docs.microsoft.com/powershell/module/sharepoint-online/Get-SPOSiteScriptFromList?view=sharepoint-ps) to create the site script syntax from an existing SharePoint list.
146
+
> For libraries and lists, use the PowerShell command [Get-SPOSiteScriptFromList](https://docs.microsoft.com/powershell/module/sharepoint-online/Get-SPOSiteScriptFromList) to create the site script syntax from an existing SharePoint list.
147
147
148
148
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.
149
149
150
150
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.
151
151
152
-
We'd previously capped the limit of site script actions to 30. This remains the limit for scripts applied synchronously using the [Invoke-SPOSiteDesign](https://docs.microsoft.com/powershell/module/sharepoint-online/Invoke-SPOSiteDesign?view=sharepoint-ps) command, but based on customer feedback and support for additional actions we have bumped this limit to 300 actions (or 100,000 characters) when the scripts are applied asynchronously (either through the UI or using the [Add-SPOSiteDesignTask](https://docs.microsoft.com/powershell/module/sharepoint-online/Add-SPOSiteDesignTask?view=sharepoint-ps) command).
152
+
We'd previously capped the limit of site script actions to 30. This remains the limit for scripts applied synchronously using the [Invoke-SPOSiteDesign](https://docs.microsoft.com/powershell/module/sharepoint-online/Invoke-SPOSiteDesign) command, but based on customer feedback and support for additional actions we have bumped this limit to 300 actions (or 100,000 characters) when the scripts are applied asynchronously (either through the UI or using the [Add-SPOSiteDesignTask](https://docs.microsoft.com/powershell/module/sharepoint-online/Add-SPOSiteDesignTask) command).
153
153
154
154
There is also a limit of 100 site scripts and 100 site templates per tenant.
0 commit comments