🗃️ Adds cutToHeight to schema (#461)
This commit is contained in:
@@ -530,6 +530,12 @@
|
|||||||
"default": false,
|
"default": false,
|
||||||
"description": "If true, section needs to be clicked to open"
|
"description": "If true, section needs to be clicked to open"
|
||||||
},
|
},
|
||||||
|
"cutToHeight": {
|
||||||
|
"title": "Cut to Height",
|
||||||
|
"type": "boolean",
|
||||||
|
"default": false,
|
||||||
|
"description": "By default, sections will fill available space. Set this option to true to match section height with content height"
|
||||||
|
},
|
||||||
"color": {
|
"color": {
|
||||||
"title": "Color",
|
"title": "Color",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
|
|||||||
Reference in New Issue
Block a user