Settings API - Schema with custom defined modification policy schema table
Schema with custom defined modification policy (builtin:example.modification-policy-schema
)
Showcase of a usage of custom defined modification policy.
Schema ID | Schema groups | Scope |
---|---|---|
builtin:example.modification-policy-schema |
| environment |
Parameters
Property | Label | Type | Description | Required |
---|---|---|---|---|
alwaysModifiable | Editable value | text | Value of this property can be always modified | required |
neverModifiable | Not updatable value | text | Value of this property can be never modified once it was persisted | required |
defaultModifiable | Standard text value | text | Modifiability of this value is defined by ModificationFlags used on the creation of the setting item | required |
modifiableFlag | Modifiability flag | boolean | Flag indicating the value of ModificationFlags.isModifiable, that was used on the creation of the whole setting item | required |