diff options
| author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2021-03-02 22:51:06 -0500 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-02 22:51:06 -0500 | 
| commit | 14717b7579c2144a602fdfcf8c5ba27de6ca5d80 (patch) | |
| tree | 958f8627b3b862a1051e622b2622f60da0661f17 | |
| parent | 65c20382d34e0bf7fc68ce8853f36cbe531d1c58 (diff) | |
Fix missing required options (#1482)
| -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": { |