A super interesting setting has been added to the CSOM API for tenant settings: AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled.
This enables people to update the property bag of a site without having to disable NoScript.
Which is freaking awesome 😉
Read the official documentation, or more on my blog if you're interested.
So I thought: we need to update the list of available options to be able to use this on spo tenant settings set.
| Option |
Description |
Value |
--AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled [AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled] |
Enables or disables web property bag updates when DenyAddAndCustomizePages is enabled. |
true or false |
There's plenty of other options we are yet missing, but let's start with this one, as it's interesting.
A super interesting setting has been added to the CSOM API for tenant settings:
AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled.This enables people to update the property bag of a site without having to disable NoScript.
Which is freaking awesome 😉
Read the official documentation, or more on my blog if you're interested.
So I thought: we need to update the list of available options to be able to use this on
spo tenant settings set.--AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled [AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled]There's plenty of other options we are yet missing, but let's start with this one, as it's interesting.