diff options
Diffstat (limited to 'ext/data')
-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 2fb1c9c3..85e02c02 100644 --- a/ext/data/schemas/options-schema.json +++ b/ext/data/schemas/options-schema.json @@ -437,6 +437,7 @@ "hideDelay", "length", "deepDomScan", + "scanAltText", "popupNestingMaxDepth", "enablePopupSearch", "enableOnPopupExpressions", @@ -688,6 +689,10 @@ "type": "boolean", "default": false }, + "scanAltText": { + "type": "boolean", + "default": true + }, "popupNestingMaxDepth": { "type": "integer", "minimum": 0, |