Skip to content

Commit e4808e0

Browse files
authored
Hokavian site template edits (SharePoint#7290)
* Edits to overview per PMs * Update site-design-overview.md * Edit to Get started article * Update customize-default-site-design.md
1 parent e483e82 commit e4808e0

File tree

3 files changed

+16
-17
lines changed

3 files changed

+16
-17
lines changed

docs/declarative-customization/customize-default-site-design.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ To customize a default site template, apply a new template script using PowerShe
1616
| Parameter | Value | Site template type |
1717
| :------------------- | :------------------- |:----------------|
1818
| WebTemplate | 64 | Team site template |
19-
| WebTemplate 1 | 64 | Team site (with group creation disabled) |
19+
| WebTemplate 1 | 1 | Team site (with group creation disabled) |
2020
| WebTemplate | 68 | Communication site template |
2121

2222

docs/declarative-customization/get-started-create-site-design.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ localization_priority: Priority
77

88
# Get started creating site templates and site scripts
99

10-
You can create site templates to provide reusable lists, themes, layouts, pages (experimental), or custom actions so that your users can quickly build new SharePoint sites with the features they need.
10+
You can create site templates to provide reusable lists, themes, layouts, or custom actions so that your users can quickly build new SharePoint sites with the features they need.
1111

1212
This article describes how to build a simple site template that adds a SharePoint list for tracking customer orders. You'll use the site template to create a new SharePoint site with the custom list. You'll learn how to use SharePoint PowerShell cmdlets to create site scripts and site templates. You can also use REST APIs to perform the same actions. The corresponding REST calls are shown for reference in each step.
1313

@@ -107,7 +107,7 @@ The previous cmdlet creates a new site template named Contoso customer tracking.
107107
| Parameter | Value | Site template type |
108108
| :------------------- | :------------------- |:----------------|
109109
| WebTemplate | 64 | Team site template |
110-
| WebTemplate 1 | 64 | Team site (with group creation disabled) |
110+
| WebTemplate 1 | 1 | Team site (with group creation disabled) |
111111
| WebTemplate | 68 | Communication site template |
112112

113113

@@ -123,18 +123,18 @@ Now that you've added a site script and site template, you can use it to create
123123

124124
1. Go to the home page of the SharePoint site that you are using for development.
125125
1. Choose **Create site**.
126-
1. Choose **Team site**. SharePoint will create a team site using the Microsoft **Team collaboration template**.
126+
1. Choose the type of site you need to use. SharePoint will create a team site using the Microsoft **Team collaboration template** or a communication site using the Microsoft **Topic** template unless another custom site template is set as default.
127127
2. Choose **Next**.
128-
7. Choose **Finish**.
129128
4. In **Site name**, enter a name for the new site **Customer order tracking**.
129+
7. Choose **Finish**.
130130
5. Next, go to **Settings** and select **Apply a site template**.
131131
5. Select the site template you just created.
132-
8. A progress bar will be display indicating that your new template is being applied.
132+
8. Once applied, your new template will display under the tab in the template viewer titled **From your organization.**
133133
9. When the new template has been applied, you will see the custom list on the page.
134134

135-
### Apply to an existing site collection
135+
### Apply to an existing site
136136

137-
You can also apply a published site templates to existing sites. On the home page of the site, site owners can navigate to **Settings** and then **Apply a site template** to browse and apply templates provided by your organization and Microsoft.
137+
You can also apply a published site template to existing sites. On the home page of the site, site owners can navigate to **Settings** and then **Apply a site template** to browse and apply templates provided by your organization and Microsoft.
138138

139139
You can apply templates to existing site collections in bulk by using the [Invoke-SPOSiteDesign](/powershell/module/sharepoint-online/Invoke-SPOSiteDesign) cmdlet.
140140

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

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ localization_priority: Priority
1010
> [!NOTE]
1111
> - Site templates 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).
13+
> - SharePoint has a new site template experience that will be available to all SharePoint users 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).
1414
> - As of today, the site template experience cannot be disabled.
1515
> - Site templates created by your organization and set as the default template will automatically apply when new sites are created but can be updated by the site owner by selecting **Settings** and then **Apply a site template.**
1616
> - Site template version history is not currently available for the new site template experience but will be included in future iterations.
@@ -33,18 +33,17 @@ You create site templates and register them in SharePoint to one of the modern t
3333

3434
You'll see the two modern template sites: **Team site** and **Communication site**.
3535

36-
3. Choose **Communication site**.
36+
3. Choose the type of site needed.
3737

3838
- SharePoint will automatically create a communication site using the **Topic** site template.
3939
- Had you chosen the default Team site, SharePoint will create a new site useing the **Team collaboration** template.
4040

4141
For more information about how you can change the default site templates, see [Customize a default site template](customize-default-site-design.md).
4242

43-
When a site template is selected, SharePoint creates the new site, and runs site scripts for the site template. The site scripts provide the details for the template such as creating new lists or applying a theme. These script actions are run in the background. When the scripts are complete the page will refresh to display the site script details.
43+
4. Navigate to the **Settings** icon, and select **Apply site template** to review Microsoft-provided site templates based on the type of site you chose in step three.
4444

45-
The site template information panel can be invoked by a site owner at any time to see what site templates have been applied to the site (and their script details) as well as to apply new or updated site templates. When the actions in the scripts are completed, SharePoint displays detailed results of those actions in a progress pane.
45+
When a site template is selected, SharePoint creates the new site, and runs site scripts for the site template. The site scripts provide the details for the template such as creating new lists or applying a theme. These script actions are run in the background. When the scripts are complete the page will refresh to display the site script details.
4646

47-
![Site template Information Panel](images/site-design-information-panel-applied-site-designs.png)
4847

4948
> [!NOTE]
5049
> Site templates can now be applied to previously created modern site collections. For more information, see the [REST API](site-design-rest-api.md) and [PowerShell](site-design-powershell.md) articles.
@@ -127,8 +126,8 @@ Each action in a site script is specified by a **verb** value in the JSON. In th
127126
For a complete list of available actions and their parameters, see the [JSON schema](site-design-json-schema.md).
128127

129128
> [!NOTE]
130-
> ** These actions are automatically blocked for channel sites
131-
> For libraries and lists, use the PowerShell command [Get-SPOSiteScriptFromList](/powershell/module/sharepoint-online/Get-SPOSiteScriptFromList) to create the site script syntax from an existing SharePoint list.
129+
> - Actions marked with ** are automatically blocked for channel sites.
130+
> - For libraries and lists, use the PowerShell command [Get-SPOSiteScriptFromList](/powershell/module/sharepoint-online/Get-SPOSiteScriptFromList) to create the site script syntax from an existing SharePoint list.
132131
133132
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.
134133

@@ -234,12 +233,12 @@ In the previous example, the **Add-SPOSiteScript** cmdlet or **CreateSiteScript*
234233
| Parameter | Value | Site template type |
235234
| :------------------- | :------------------- |:----------------|
236235
| WebTemplate | 64 | Team site template |
237-
| WebTemplate 1 | 64 | Team site (with group creation disabled) |
236+
| WebTemplate 1 | 1 | Team site (with group creation disabled) |
238237
| WebTemplate | 68 | Communication site template |
239238

240239

241240

242-
For step-by-step information about creating a site template, see [Get started creating site templates](get-started-create-site-design.md).
241+
For step-by-step information about creating a site template, see [Get started creating site templates.](get-started-create-site-design.md)
243242

244243
> [!NOTE]
245244
> - A site template can run multiple scripts. The script IDs are passed in an array, and they run in the order listed.

0 commit comments

Comments
 (0)