summaryrefslogtreecommitdiff
path: root/ext/data/schemas/options-schema.json
diff options
context:
space:
mode:
Diffstat (limited to 'ext/data/schemas/options-schema.json')
-rw-r--r--ext/data/schemas/options-schema.json7
1 files changed, 6 insertions, 1 deletions
diff --git a/ext/data/schemas/options-schema.json b/ext/data/schemas/options-schema.json
index 65c4102e..8cf00400 100644
--- a/ext/data/schemas/options-schema.json
+++ b/ext/data/schemas/options-schema.json
@@ -822,7 +822,8 @@
"priority",
"enabled",
"allowSecondarySearches",
- "definitionsCollapsible"
+ "definitionsCollapsible",
+ "partsOfSpeechFilter"
],
"properties": {
"name": {
@@ -845,6 +846,10 @@
"type": "string",
"enum": ["not-collapsible", "expanded", "collapsed", "force-collapsed", "force-expanded"],
"default": "not-collapsible"
+ },
+ "partsOfSpeechFilter": {
+ "type": "boolean",
+ "default": true
}
}
}