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/get-started-create-site-design.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ ms.date: 12/14/2017
9
9
> [!NOTE]
10
10
> Site designs and site scripts are currently in preview and are subject to change. They are not currently supported for use in production environments.
11
11
12
-
Build 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. In this article you'll build a simple site design that adds a SharePoint list for tracking customer orders. Then you'll use the site design to create a new SharePoint site with the custom list.
12
+
You can 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. This article describes how to build a simple site design that adds a SharePoint list for tracking customer orders. You'll use the site design to create a new SharePoint site with the custom list.
13
13
14
14
This article shows how to use SharePoint PowerShell cmdlets to create site scripts and site designs. You can also use REST APIs to perform the same actions. The corresponding REST calls are shown for reference in each step.
15
15
@@ -21,7 +21,7 @@ Each action is specified by the "verb" value in the JSON script. Also, actions c
21
21
22
22
1. Download and install the [SharePoint Online Management Shell](https://www.microsoft.com/en-us/download/details.aspx?id=35588). If you already have a previous version of the shell installed, uninstall it first and then install the latest version.
23
23
1. Follow the instructions at [Connect to SharePoint Online PowerShell](https://technet.microsoft.com/en-us/library/fp161372.aspx) to connect to your SharePoint tenant.
24
-
1. Create and assign the JSON that describes the new script to a variable as shown in the PowerShell code below.
24
+
1. Create and assign the JSON that describes the new script to a variable as shown in the following PowerShell code.
Copy file name to clipboardExpand all lines: docs/declarative-customization/site-design-overview.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ These are the default site designs. For each site design there is a title, descr
36
36
37
37
Had you chosen the team site template, it contains only one default site design named **Team site**. For additional information on how you can change the default site designs, see [Customize a default site design](customize-default-site-design.md).
38
38
39
-
Once a site design is selected, SharePoint creates the new site, and runs site scripts for the site design. The site scripts detail the work such as creating new lists, or applying a theme. When the actions in the scripts are completed, SharePoint displays detailed results of those actions in a progress pane.
39
+
When a site design is selected, SharePoint creates the new site, and runs site scripts for the site design. The site scripts detail the work such as creating new lists, or applying a theme. When the actions in the scripts are completed, SharePoint displays detailed results of those actions in a progress pane.
40
40
41
41

42
42
@@ -200,7 +200,7 @@ The **WebTemplate** parameter set to the value 64 indicates to register this sit
200
200
> [!NOTE]
201
201
> A site design can run multiple scripts. The script IDs are passed in an array, and they will run in the order listed.
202
202
203
-
For step-by-step information on creating a site design, see [Get started creating site designs](get-started-create-site-design.md)
203
+
For step-by-step information on creating a site design, see [Get started creating site designs](get-started-create-site-design.md).
204
204
205
205
## PnP Provisioning and customization using Microsoft Flow
206
206
@@ -217,11 +217,11 @@ The process works as follows:
217
217
1. The message triggers a call to an Azure function that you have configured.
218
218
1. The Azure function runs your custom script, such as the PnP provisioning engine, to apply your custom configurations.
219
219
220
-
For a step-by-step tutorial on how to configure your own Microsoft flow with PnP provisioning, see [Build a complete site design using the PnP provisioning engine](site-design-pnp-provisioning.md)
220
+
For a step-by-step tutorial on how to configure your own Microsoft flow with PnP provisioning, see [Build a complete site design using the PnP provisioning engine](site-design-pnp-provisioning.md).
221
221
222
222
## Scoping
223
223
224
-
You can configure site designs to only appear for specific groups or people in your organization. This is useful to ensure that people only see the site designs intended for them. For example, you may want the accounting department to only see site designs specifically for them. And the accounting site designs may not make sense to show to anyone else.
224
+
You can configure site designs to only appear for specific groups or people in your organization. This is useful to ensure that people only see the site designs intended for them. For example, you might want the accounting department to only see site designs specifically for them. And the accounting site designs may not make sense to show to anyone else.
225
225
226
226
By default a site design can be viewed by everyone when it is created. Scopes are applied by using the **Grant-SPOSiteDesignRights** cmdlet, or the **GrantSiteDesignRights** REST API. You can specify the scope by user, or a mail-enabled security group. The following example shows how to add Nestor (a user at the fictional Contoso site) view rights on a site design.
0 commit comments