🗃️ Adds cutToHeight to schema (#461)
This commit is contained in:
parent
6b9484a0fe
commit
67326ed395
1 changed files with 6 additions and 0 deletions
|
|
@ -530,6 +530,12 @@
|
|||
"default": false,
|
||||
"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": {
|
||||
"title": "Color",
|
||||
"type": "string",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue