Forum Discussion
Sean Bugler
Mar 23, 2018Brass Contributor
Define Home Page WebParts using Site Designs (SharePoint Online)
After doing a bit of digging I'm not having any luck determining whether Site Design allows us to customize which Web Parts end up on the home page of a provisioned site.
Does anyone have any insight?
- This article describes what's currently possible with site scripts:
https://docs.microsoft.com/en-us/sharepoint/dev/declarative-customization/site-design-json-schema
Web Parts are currently not supported by default. You could use the techniques described in the article below to apply a PnP template from a Flow associated with your site design :
https://docs.microsoft.com/en-us/sharepoint/dev/declarative-customization/site-design-overview#pnp-provisioning-and-customization-using-microsoft-flow
Hope this helps!
2 Replies
- paulpaschaBronze ContributorThis article describes what's currently possible with site scripts:
https://docs.microsoft.com/en-us/sharepoint/dev/declarative-customization/site-design-json-schema
Web Parts are currently not supported by default. You could use the techniques described in the article below to apply a PnP template from a Flow associated with your site design :
https://docs.microsoft.com/en-us/sharepoint/dev/declarative-customization/site-design-overview#pnp-provisioning-and-customization-using-microsoft-flow
Hope this helps!- Sean BuglerBrass Contributor
I appreciate the quick response. This seems to be the solution all roads are pointing to. Thanks!