-
Notifications
You must be signed in to change notification settings - Fork 392
Description
Is your feature request related to a problem? Please describe.
Problem is currently there is no way to publish a custom SPO modern template to the tenant.
I am looking for a way to use the .pnp package from the below command and use that to publish a custom SPO site template to the Tenant that appears under the "From your Organization" in the UI for end users to be able to choose an Organization template and apply. This would include lists, libraries, navigation, site logo as well as client-side custom pages.
Get-PnPSiteTemplate -out template.pnp -IncludeAllClientSidePages -PersistBrandingFiles
Describe the solution you'd like
Solution could be something like below two commands -
Import-PnPTenantTemplate -Path ./template.pnp
&
Publish-PnPTenantTemplate -Identity "Template Name" -Scope Organization
Describe alternatives you've considered
Current solution is for Admins to use this - Invoke-PnPSiteTemplate .\template.pnp.
End users cannot do this as they don't know PnP PS.
Publishing to the tenant allows end users to pick from any of the published organization templates in SPO.