diff options
author | siikamiika <siikamiika@users.noreply.github.com> | 2020-02-02 14:21:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-02 14:21:38 +0200 |
commit | 539ad6fb0aca99605b853e496159c1fb535ce633 (patch) | |
tree | 5655e89b2ff9548e462ddbf9043e658470b08c91 /ext/bg/data/options-schema.json | |
parent | 24690ceb7c0fc2af9ebd33971dece22eb2bd1d03 (diff) | |
parent | b8326138a3254e82dd42e1517f371287bdfc6705 (diff) |
Merge pull request #334 from siikamiika/search-tags
add scannable tags for expression and reading
Diffstat (limited to 'ext/bg/data/options-schema.json')
-rw-r--r-- | ext/bg/data/options-schema.json | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/ext/bg/data/options-schema.json b/ext/bg/data/options-schema.json index a20a0619..7e12481d 100644 --- a/ext/bg/data/options-schema.json +++ b/ext/bg/data/options-schema.json @@ -290,7 +290,8 @@ "popupNestingMaxDepth", "enablePopupSearch", "enableOnPopupExpressions", - "enableOnSearchPage" + "enableOnSearchPage", + "enableSearchTags" ], "properties": { "middleMouse": { @@ -348,6 +349,10 @@ "enableOnSearchPage": { "type": "boolean", "default": true + }, + "enableSearchTags": { + "type": "boolean", + "default": false } } }, |