Forum Discussion
Debayo Graham
Jan 27, 2017Brass Contributor
Apply Provisioning Template with branding
Hi folks. Lets say I used partner pack to create a template from a site collection that has some branding done to it. How dow I create a new site collection with said template with branding applied a...
Jan 27, 2017
@Hi Debayo Graham, What did you use for branding?
If you use a composed look then it can be includd in the template..
In general I find this the easiest to srto out uisng PnP PowerShell (I'm not suggesting that you use PnP Powershell for your end solution, but to test the tempaltes it does help as you can very quickly add more or less options)
Get-PnPProvisioingTemplate witht he switch -PersistBrandingFiles included and then
Apply-PnPProvisioningTemplate will include the composed look.
Deleted
Jan 27, 2017Pieter is right alternative you can upload a alternative css file in the template.
<pnp:WebSettings RequestAccessEmail="" NoCrawl="false" WelcomePage="SitePages/Home.aspx" SiteLogo="" AlternateCSS="" MasterPageUrl="{masterpagecatalog}/seattle.master" CustomMasterPageUrl="{masterpagecatalog}/seattle.master" />