aboutsummaryrefslogtreecommitdiff
path: root/ext/data/schemas
diff options
context:
space:
mode:
authorKuuuube <61125188+Kuuuube@users.noreply.github.com>2024-04-25 08:38:46 -0400
committerGitHub <noreply@github.com>2024-04-25 12:38:46 +0000
commit0c29b10a711f2ff9978ec9898867eb0aae88298d (patch)
treea05a2510c34e62b15865e4dde1418b75d42c444b /ext/data/schemas
parentf0196aaf6beac57e17972c87153376bbbcdd7282 (diff)
Add option to disable furigana and reading in Term display style (#862)
* Add option to disable furigana and reading in `Term display style` * Also hide search reading
Diffstat (limited to 'ext/data/schemas')
-rw-r--r--ext/data/schemas/options-schema.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/data/schemas/options-schema.json b/ext/data/schemas/options-schema.json
index b3f68881..0cb6db0a 100644
--- a/ext/data/schemas/options-schema.json
+++ b/ext/data/schemas/options-schema.json
@@ -290,7 +290,7 @@
},
"termDisplayMode": {
"type": "string",
- "enum": ["ruby", "ruby-and-reading", "term-and-reading"],
+ "enum": ["ruby", "ruby-and-reading", "term-and-reading", "term-only"],
"default": "ruby"
},
"sortFrequencyDictionary": {