summaryrefslogtreecommitdiff
path: root/ext/data/schemas
diff options
context:
space:
mode:
Diffstat (limited to 'ext/data/schemas')
-rw-r--r--ext/data/schemas/options-schema.json8
1 files changed, 7 insertions, 1 deletions
diff --git a/ext/data/schemas/options-schema.json b/ext/data/schemas/options-schema.json
index 5ec54b86..69e042ea 100644
--- a/ext/data/schemas/options-schema.json
+++ b/ext/data/schemas/options-schema.json
@@ -806,7 +806,8 @@
"duplicateScope",
"checkForDuplicates",
"fieldTemplates",
- "suspendNewCards"
+ "suspendNewCards",
+ "displayTags"
],
"properties": {
"enable": {
@@ -912,6 +913,11 @@
"suspendNewCards": {
"type": "boolean",
"default": false
+ },
+ "displayTags": {
+ "type": "string",
+ "enum": ["never", "always", "non-standard"],
+ "default": "never"
}
}
},