diff options
Diffstat (limited to 'ext/data/schemas/options-schema.json')
-rw-r--r-- | ext/data/schemas/options-schema.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ext/data/schemas/options-schema.json b/ext/data/schemas/options-schema.json index f4f5d0ca..6d6c8536 100644 --- a/ext/data/schemas/options-schema.json +++ b/ext/data/schemas/options-schema.json @@ -271,6 +271,11 @@ "type": "string", "enum": ["left", "right", "top", "bottom"], "default": "top" + }, + "frequencyDisplayMode": { + "type": "string", + "enum": ["tags", "tags-grouped", "split-tags", "split-tags-grouped", "inline-list", "list"], + "default": "split-tags-grouped" } } }, |