summaryrefslogtreecommitdiff
path: root/ext/data/schemas
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2022-05-30 13:34:37 -0400
committerGitHub <noreply@github.com>2022-05-30 13:34:37 -0400
commitaa5e13b441da693441a27113169c2bf87f676d06 (patch)
tree1ba9d2aadc04182850e87e3450b29f551f8d84f7 /ext/data/schemas
parent19bba07a8bccb51a9db85c13fd921d825defe753 (diff)
Collapsible dictionary updates (#2170)
* Add "force collapsed" and "force expanded" options * Simplify "any" check * Update style * Add help modal for collapsible dictionaries * Disable wrapping
Diffstat (limited to 'ext/data/schemas')
-rw-r--r--ext/data/schemas/options-schema.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/data/schemas/options-schema.json b/ext/data/schemas/options-schema.json
index 215ca32c..279be153 100644
--- a/ext/data/schemas/options-schema.json
+++ b/ext/data/schemas/options-schema.json
@@ -791,7 +791,7 @@
},
"definitionsCollapsible": {
"type": "string",
- "enum": ["not-collapsible", "expanded", "collapsed"],
+ "enum": ["not-collapsible", "expanded", "collapsed", "force-collapsed", "force-expanded"],
"default": "not-collapsible"
}
}