Skip to content

Commit 784afe4

Browse files
author
Gaetan Cavailles
committed
update CMS schema
1 parent 28ffcb9 commit 784afe4

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

packages/@o3r/application/schemas/cms.schema.json

+10
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,16 @@
4949
"type": "boolean",
5050
"description": "Specifies that the blueprint supports theming CSS variables customization",
5151
"default": true
52+
},
53+
"ruleFunctionalContentActionEnabled": {
54+
"type": "boolean",
55+
"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",
56+
"default": false
57+
},
58+
"rulesetMultiscopeSupportEnabled": {
59+
"type": "boolean",
60+
"description": "Enables multi scope components on rulesets. Should be enabled only if the otter version used by the application supports this feature",
61+
"default": false
5262
}
5363
}
5464
},

0 commit comments

Comments
 (0)