From 1a7c2641652d6da3fa01a82091731aded26e0dc9 Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Sat, 27 Feb 2021 14:04:52 -0500 Subject: Add standalone reading (#1448) * Add option * Update display * Hide redundant readings * Improve label and description --- ext/data/schemas/options-schema.json | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ext/data/schemas') 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" } } }, -- cgit v1.2.3