Skip to content

Commit

Permalink
update CMS schema
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaetan Cavailles committed Dec 3, 2024
1 parent 28ffcb9 commit 784afe4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions packages/@o3r/application/schemas/cms.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,16 @@
"type": "boolean",
"description": "Specifies that the blueprint supports theming CSS variables customization",
"default": true
},
"ruleFunctionalContentActionEnabled": {
"type": "boolean",
"description": "Enables the custom rule action of type 'functional content update' (UPDATE_FUNCTIONAL_CONTENT). Should be enabled only if the application implements this custom action type",
"default": false
},
"rulesetMultiscopeSupportEnabled": {
"type": "boolean",
"description": "Enables multi scope components on rulesets. Should be enabled only if the otter version used by the application supports this feature",
"default": false
}
}
},
Expand Down

0 comments on commit 784afe4

Please sign in to comment.