Forum Discussion
Barak-S
Apr 29, 2021Copper Contributor
Sharepoint online site templates?
Hey guys!
I was wondering if corrently there is a way to save modern sharepoint site as template and create with it another site?
Ive herd that something like this is possible in classic sharepoint sites/old sharepoint versions but i couldnt find any data about this on the web regarding modern spo sites.
Thanks!
Barak-S You can enable this functionality using few hacks. But, Save site as a template is not fully supported in SharePoint online modern experience.
Recommended ways:
1. Use PnP Provisioning for creating & applying site templates. Find more details at: Introducing the PnP provisioning engine
2. Using site design and site script
Hack (not recommended):
Allow custom scripts & then save site as template like classic experience. Find more information in below references:
1. Save site as a template for Modern Team and Communication Site in SharePoint Online
2. Save Modern Team Site as a template & provision using Classic Team Site method (visible in SP Admin)
Additional:
Microsoft is introducing scenario-based site templates in SharePoint online which might help you or others in future. More information at: Site templates are coming to SharePoint Online
Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.
Barak-S You can enable this functionality using few hacks. But, Save site as a template is not fully supported in SharePoint online modern experience.
Recommended ways:
1. Use PnP Provisioning for creating & applying site templates. Find more details at: Introducing the PnP provisioning engine
2. Using site design and site script
Hack (not recommended):
Allow custom scripts & then save site as template like classic experience. Find more information in below references:
1. Save site as a template for Modern Team and Communication Site in SharePoint Online
2. Save Modern Team Site as a template & provision using Classic Team Site method (visible in SP Admin)
Additional:
Microsoft is introducing scenario-based site templates in SharePoint online which might help you or others in future. More information at: Site templates are coming to SharePoint Online
Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.
- Barak-SCopper ContributorThanks!