aboutsummaryrefslogtreecommitdiff
path: root/ext/data/schemas
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2021-02-27 14:04:52 -0500
committerGitHub <noreply@github.com>2021-02-27 14:04:52 -0500
commit1a7c2641652d6da3fa01a82091731aded26e0dc9 (patch)
tree9993af1e9e7976a082603feb0ac488aa1c9d2a63 /ext/data/schemas
parent9e7a76a1f121ad3622f9efd2867684560a9113db (diff)
Add standalone reading (#1448)
* Add option * Update display * Hide redundant readings * Improve label and description
Diffstat (limited to 'ext/data/schemas')
-rw-r--r--ext/data/schemas/options-schema.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/ext/data/schemas/options-schema.json b/ext/data/schemas/options-schema.json
index 6d6c8536..efeb1dc3 100644
--- a/ext/data/schemas/options-schema.json
+++ b/ext/data/schemas/options-schema.json
@@ -276,6 +276,11 @@
"type": "string",
"enum": ["tags", "tags-grouped", "split-tags", "split-tags-grouped", "inline-list", "list"],
"default": "split-tags-grouped"
+ },
+ "termDisplayMode": {
+ "type": "string",
+ "enum": ["ruby", "ruby-and-reading", "term-and-reading"],
+ "default": "ruby"
}
}
},