Forum Discussion

Laci Porter's avatar
Laci Porter
Brass Contributor
May 24, 2022
Solved

How to create and add SharePoint template to the Organizational Template tab

I have been searching for a week.  I don't understand why this is so difficult.  When you create a SharePoint Online site, you go to Apply Site Templates there is an organizational tab option.  We wa...
  • Warwick Ward's avatar
    May 25, 2022
    Sorry not currently possible to "Save Site As a Site Design Template" via the UI - you have start from a crafted JSON site script and upload the design to make it available "From your Organization" - using PowerShell.

    You can extract a existing web site script to a JSON to get you started, but then must be uploaded vis PowerShell to be made available.

    https://www.devjhorst.com/2019/11/extracting-a-site-collection-using-sharepoint-site-designs-Get-SPOSiteScriptFromWeb.html

    https://docs.microsoft.com/en-us/powershell/module/sharepoint-online/get-spositescriptfromweb?view=sharepoint-ps

    This is SharePoint Online only, the old Save Site as A Template was Classic SharePoint only and has been removed in SharePoint Online and newer version of SharePoint Server.

    https://docs.microsoft.com/en-us/sharepoint/dev/declarative-customization/site-design-overview

    https://laurakokkarinen.com/the-ultimate-guide-to-sharepoint-site-designs-and-site-scripts/

    https://www.sitedesigner.io/#/

Resources