You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/@o3r/application/schemas/cms.schema.json
+10
Original file line number
Diff line number
Diff line change
@@ -49,6 +49,16 @@
49
49
"type": "boolean",
50
50
"description": "Specifies that the blueprint supports theming CSS variables customization",
51
51
"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",
0 commit comments