diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-11-25 23:22:05 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-25 23:22:05 -0500 |
commit | 92e9f69c8069644c544301a51fbbd351e799e99d (patch) | |
tree | 621bea652f78ab9e5b6850512ababeece243f908 /ext/bg/data/options-schema.json | |
parent | c6c4631817247c44f788b1ffa2bc1d9f644802eb (diff) |
Popup style updates (#1066)
* Replace compactGlossaries option with new glossaryLayoutMode option
* Update attributes
* Update attributes
* Update color definitions
* Fix default theme scrollbar
Diffstat (limited to 'ext/bg/data/options-schema.json')
-rw-r--r-- | ext/bg/data/options-schema.json | 9 |
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" |