1
0
mirror of https://github.com/Lissy93/dashy.git synced 2025-04-07 20:55:11 +02:00

🗃️ Adds cutToHeight to schema ()

This commit is contained in:
Alicia Sykes 2022-01-30 04:05:10 +00:00
parent 6b9484a0fe
commit 67326ed395

@ -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",