Forum Discussion
emilyanala
Jun 27, 2024Copper Contributor
Creating a customized Sharepoint Organization template (theme and webparts on home)
Hello, I've been trying to create a template where on any new site made, it will automatically have the theme (branding, colors, fonts) and Home page webparts laid out. I was able to get the them...
Jun 28, 2024
So Theme you can create using site design:
https://learn.microsoft.com/en-us/sharepoint/dev/declarative-customization/site-design-overview
But for copying the webparts, you will need to trigger power automate and copy from an existing site or use Page API!
https://learn.microsoft.com/en-us/graph/api/sitepage-create?view=graph-rest-1.0&tabs=http
https://learn.microsoft.com/en-us/sharepoint/dev/declarative-customization/site-design-overview
But for copying the webparts, you will need to trigger power automate and copy from an existing site or use Page API!
https://learn.microsoft.com/en-us/graph/api/sitepage-create?view=graph-rest-1.0&tabs=http