Skip to content

Commit

Permalink
Add scanAltText to Options Schema
Browse files Browse the repository at this point in the history
  • Loading branch information
MarvNC committed Jul 3, 2024
1 parent b88b97c commit 8d3b19d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ext/data/schemas/options-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -437,6 +437,7 @@
"hideDelay",
"length",
"deepDomScan",
"scanAltText",
"popupNestingMaxDepth",
"enablePopupSearch",
"enableOnPopupExpressions",
Expand Down Expand Up @@ -688,6 +689,10 @@
"type": "boolean",
"default": false
},
"scanAltText": {
"type": "boolean",
"default": true
},
"popupNestingMaxDepth": {
"type": "integer",
"minimum": 0,
Expand Down

0 comments on commit 8d3b19d

Please sign in to comment.