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-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -7,13 +7,13 @@ ms.date: 01/08/2018
7
7
# SharePoint site design and site script overview
8
8
9
9
> [!NOTE]
10
-
> Site designs and site scripts are in preview and are subject to change. They are currently only supported for use in production environments in Targeted Release.
10
+
> Site designs and site scripts have been released to production and are available for general use.
11
11
12
-
Use site designs and site scripts to automate provisioning new SharePoint sites using your own custom configurations. When people in your organization create new SharePoint sites, you often need to ensure some level of consistency. For example, you may need proper branding and theming applied to each new site. You may also have detailed site provisioning scripts, such as using the PnP provisioning engine, that need to be applied each time a new site is created. This article describes how you can use site designs and site scripts to provide custom configurations to apply when new sites are created.
12
+
Use site designs and site scripts to automate provisioning new or existing modern SharePoint sites using your own custom configurations. When people in your organization create new SharePoint sites, you often need to ensure some level of consistency. For example, you may need proper branding and theming applied to each new site. You may also have detailed site provisioning scripts, such as using the PnP provisioning engine, that need to be applied each time a new site is created. This article describes how you can use site designs and site scripts to provide custom configurations to apply when new sites are created.
13
13
14
14
## How site designs work
15
15
16
-
Site designs are like a template. They can be used each time a new site is created to apply a consistent set of actions. Most actions typically affect the site itself, such as setting the theme, or creating lists. But a site design can also include other actions, such as recording the new site URL to a log, or sending a tweet.
16
+
Site designs are like a template. They can be used each time a new site is created to apply a consistent set of actions. They can also be applied to existing modern sites (Group-connected Team and communication). Most actions typically affect the site itself, such as setting the theme, or creating lists. But a site design can also include other actions, such as recording the new site URL to a log, or sending a tweet.
17
17
18
18
You create site designs and register them in SharePoint to one of the modern template sites: the team site, or communication site. You can see how this works in the following steps.
19
19
@@ -40,6 +40,9 @@ When a site design is selected, SharePoint creates the new site, and runs site s
40
40
41
41

42
42
43
+
> [!NOTE]
44
+
> Site designs can now be applied to previously created modern site collections. See the REST and PowerShell articles for more details.
45
+
43
46
## Anatomy of a site script
44
47
45
48
Site scripts are JSON files that specify an ordered list of actions to run when creating the new site. The actions are run in the order listed. The following example is a script that has two top-level actions. First it applies a theme that was previously created named **Contoso Explorers**. Then it creates a **Customer Tracking** list.
0 commit comments