aboutsummaryrefslogtreecommitdiff
path: root/ext/bg/data
diff options
context:
space:
mode:
Diffstat (limited to 'ext/bg/data')
-rw-r--r--ext/bg/data/options-schema.json9
1 files changed, 5 insertions, 4 deletions
diff --git a/ext/bg/data/options-schema.json b/ext/bg/data/options-schema.json
index edb30074..2da48041 100644
--- a/ext/bg/data/options-schema.json
+++ b/ext/bg/data/options-schema.json
@@ -94,7 +94,7 @@
"popupScaleRelativeToVisualViewport",
"showGuide",
"compactTags",
- "compactGlossaries",
+ "glossaryLayoutMode",
"mainDictionary",
"popupTheme",
"popupOuterTheme",
@@ -198,9 +198,10 @@
"type": "boolean",
"default": false
},
- "compactGlossaries": {
- "type": "boolean",
- "default": false
+ "glossaryLayoutMode": {
+ "type": "string",
+ "enum": ["default", "compact"],
+ "default": "default"
},
"mainDictionary": {
"type": "string"