Skip to content

Commit 8a28c7d

Browse files
remove version URL param & update doc ms.date
1 parent 5f1a852 commit 8a28c7d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: SharePoint site design and site script overview
33
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
55
localization_priority: Priority
66
---
77

@@ -10,9 +10,9 @@ localization_priority: Priority
1010
> [!NOTE]
1111
> - Site designs and site scripts are currently only supported by SharePoint Online.
1212
> - 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.
1616
1717
Use site templates and site scripts to automate provisioning new or existing modern SharePoint sites that use your own custom configurations.
1818

@@ -143,13 +143,13 @@ Available actions include:
143143
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).
144144

145145
> [!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.
147147
148148
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.
149149

150150
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.
151151

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).
153153

154154
There is also a limit of 100 site scripts and 100 site templates per tenant.
155155

0 commit comments

Comments
 (0)