Forum Discussion
I am really confused with the modern sharepoint permission rules!
- Jul 02, 2018
It's me again,
I found the solution. In each modern team site the custom script option has to be enabled, is not enough with the custom script activated in the root site, it has to be activated on the modern team site also.
Here is a script that do just that:
Set-SPOSite https://tenant.sharepoint.com/sites/[modern team site name]-DenyAddAndCustomizePages 0
Best regards
Americo
It's me again,
I found the solution. In each modern team site the custom script option has to be enabled, is not enough with the custom script activated in the root site, it has to be activated on the modern team site also.
Here is a script that do just that:
Set-SPOSite https://tenant.sharepoint.com/sites/[modern team site name]-DenyAddAndCustomizePages 0
Best regards
Americo
Dear Americo,
The modern sites (Group Site) are now view only like file repository.
The technical change we could do in the past (Theme management, Style page, Master page, Content Types, …) are locked by default.
It means from your admin side, you need to authorize that customization and that is done via the command you found:
- Set-SPOSite https://tenant.sharepoint.com/sites/[modern team site name]-DenyAddAndCustomizePages 0
Fab