From 429e3a5b74b9b0a077cff94ec1efd10c0a1940be Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Wed, 14 Oct 2020 19:36:27 -0400 Subject: [PATCH] Fix "modifier" field being required despite being deleted (#920) --- ext/bg/data/options-schema.json | 1 - 1 file changed, 1 deletion(-) 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",