diff options
Diffstat (limited to 'ext/data/schemas')
-rw-r--r-- | ext/data/schemas/options-schema.json | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/ext/data/schemas/options-schema.json b/ext/data/schemas/options-schema.json index 2dd3981d..d15b533b 100644 --- a/ext/data/schemas/options-schema.json +++ b/ext/data/schemas/options-schema.json @@ -435,7 +435,8 @@ "enableOnPopupExpressions", "enableOnSearchPage", "enableSearchTags", - "layoutAwareScan" + "layoutAwareScan", + "matchTypePrefix" ], "properties": { "inputs": { @@ -658,6 +659,10 @@ "layoutAwareScan": { "type": "boolean", "default": false + }, + "matchTypePrefix": { + "type": "boolean", + "default": false } } }, |