Forum Discussion
Master Site to manage multiple communication sites.
I'm looking for a way to easily create and manage multiple communication sites (for 18 different country teams) under our home (hub) site. Each of these communication sites need to have an
- identical home page,
- several identical lists with multiple views (although list content is different) and
- identical navigation.
- unique news items
I know that creating a template site is possible, but I also want to ensure future manageability. E.g. when adding a list or changing a list view or adding a web part on the home page, I want this to propagate to all the sites build from the template.
This way each different country can manage their list items, allowing to use the list web part on each site home page and using default permissions. I'm creating a flow to rollup the list items to a list on the home site.
I'm curious to hear advise as how to best approach this.
JohnMoore33 My advice is to take a look at https://docs.microsoft.com/en-us/sharepoint/dev/declarative-customization/site-design-overview Perhaps this can give you some ideas on how to solve it.
2 Replies
- MagnusGoksoyrOLDProfileBronze Contributor
JohnMoore33 My advice is to take a look at https://docs.microsoft.com/en-us/sharepoint/dev/declarative-customization/site-design-overview Perhaps this can give you some ideas on how to solve it.
- JohnMoore33Brass Contributor
MagnusGoksoyrOLDProfile thanks so much. This looks indeed what I'm looking for! giving it a try now.