summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2021-03-02 22:51:06 -0500
committertoasted-nutbread <toasted-nutbread@users.noreply.github.com>2021-03-07 15:42:14 -0500
commit83a8ca4a2e3623ec6730d7400bd3ea5d72a4a93b (patch)
tree0210b507d6b399bbebe3e14f52b752d6eab58643
parent51fba512d36aa113c3cb89622ef1f23d1c24e8b5 (diff)
Fix missing required options (#1482)
-rw-r--r--ext/data/schemas/options-schema.json4
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": {