From 67326ed395b267fb7af5d98a45840ce04eb21a28 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Sun, 30 Jan 2022 04:05:10 +0000 Subject: [PATCH] :card_file_box: Adds `cutToHeight` to schema (#461) --- src/utils/ConfigSchema.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/utils/ConfigSchema.json b/src/utils/ConfigSchema.json index abfe51cf..7b1ca073 100644 --- a/src/utils/ConfigSchema.json +++ b/src/utils/ConfigSchema.json @@ -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",