diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-10-14 19:36:27 -0400 |
---|---|---|
committer | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-10-14 19:42:59 -0400 |
commit | fd945a2119a0bba22c84b77dae1ec829e7495a83 (patch) | |
tree | 099191166be470e42c0e2f597f56b0beb5828e08 /ext/bg/data/options-schema.json | |
parent | f6192496c23908fc185d6c1641963dcbcaaa0e69 (diff) |
Fix "modifier" field being required despite being deleted (#920)
Diffstat (limited to 'ext/bg/data/options-schema.json')
-rw-r--r-- | ext/bg/data/options-schema.json | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/bg/data/options-schema.json b/ext/bg/data/options-schema.json index 05883693..c0a39ea2 100644 --- a/ext/bg/data/options-schema.json +++ b/ext/bg/data/options-schema.json @@ -332,7 +332,6 @@ "delay", "hideDelay", "length", - "modifier", "deepDomScan", "popupNestingMaxDepth", "enablePopupSearch", |