diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2021-03-02 22:51:06 -0500 |
---|---|---|
committer | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2021-03-07 15:42:14 -0500 |
commit | 83a8ca4a2e3623ec6730d7400bd3ea5d72a4a93b (patch) | |
tree | 0210b507d6b399bbebe3e14f52b752d6eab58643 /ext | |
parent | 51fba512d36aa113c3cb89622ef1f23d1c24e8b5 (diff) |
Fix missing required options (#1482)
Diffstat (limited to 'ext')
-rw-r--r-- | ext/data/schemas/options-schema.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ext/data/schemas/options-schema.json b/ext/data/schemas/options-schema.json index efeb1dc3..d1681bdd 100644 --- a/ext/data/schemas/options-schema.json +++ b/ext/data/schemas/options-schema.json @@ -113,7 +113,9 @@ "usePopupWindow", "popupCurrentIndicatorMode", "popupActionBarVisibility", - "popupActionBarLocation" + "popupActionBarLocation", + "frequencyDisplayMode", + "termDisplayMode" ], "properties": { "enable": { |