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/customize-default-site-design.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Customize default site designs in SharePoint
3
3
description: Customize the default site designs in either the SharePoint Team site or Communication site template.
4
-
ms.date: 04/20/2018
4
+
ms.date: 06/18/2020
5
5
localization_priority: Priority
6
6
---
7
7
@@ -29,7 +29,7 @@ C:\> Add-SPOSiteDesign `
29
29
<br/>
30
30
31
31
```javascript
32
-
RestRequest("/_api/Microsoft.Sharepoint.Utilities.WebTemplateExtensions.SiteScriptUtility.CreateSiteDesign", {info:{Title:"Contoso company theme", Description:"Applies standard company theme to site", SiteScriptIds:["89516c6d-9f4d-4a57-ae79-36b0c95a817b"], WebTemplate:"68", IsDefault:true}});
32
+
RestRequest("/_api/Microsoft.SharePoint.Utilities.WebTemplateExtensions.SiteScriptUtility.CreateSiteDesign", {info:{Title:"Contoso company theme", Description:"Applies standard company theme to site", SiteScriptIds:["89516c6d-9f4d-4a57-ae79-36b0c95a817b"], WebTemplate:"68", IsDefault:true}});
Copy file name to clipboardExpand all lines: docs/declarative-customization/site-design-overview.md
+4-4Lines changed: 4 additions & 4 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: 05/03/2020
4
+
ms.date: 06/18/2020
5
5
localization_priority: Priority
6
6
---
7
7
@@ -226,9 +226,9 @@ var site_script = {
226
226
"version": 1
227
227
};
228
228
229
-
RestRequest("/_api/Microsoft.Sharepoint.Utilities.WebTemplateExtensions.SiteScriptUtility.CreateSiteScript(Title=@title,Description=@desc)?@title='Contoso theme and list'&@desc='this script creates a list named customer tracking and sets the contoso explorers company theme'", site_script);
229
+
RestRequest("/_api/Microsoft.SharePoint.Utilities.WebTemplateExtensions.SiteScriptUtility.CreateSiteScript(Title=@title,Description=@desc)?@title='Contoso theme and list'&@desc='this script creates a list named customer tracking and sets the contoso explorers company theme'", site_script);
Title:"Contoso customer tracking", Description:"Creates customer list and applies standard theme", SiteScriptIds:["607aed52-6d61-490a-b692-c0f58a6981a1"], WebTemplate:"64"
Copy file name to clipboardExpand all lines: docs/declarative-customization/site-design-rest-api.md
+18-18Lines changed: 18 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: SharePoint site design REST API
3
3
description: Work with SharePoint site designs through the SharePoint REST interface to perform basic create, read, update, and delete (CRUD) operations.
0 commit comments