Skip to content

Commit

Permalink
🗃️ Adds cutToHeight to schema (gchq#461)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lissy93 committed Jan 30, 2022
1 parent 6b9484a commit 67326ed
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/utils/ConfigSchema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 67326ed

Please sign in to comment.