aboutsummaryrefslogtreecommitdiff
path: root/ext/data/schemas/options-schema.json
diff options
context:
space:
mode:
Diffstat (limited to 'ext/data/schemas/options-schema.json')
-rw-r--r--ext/data/schemas/options-schema.json7
1 files changed, 6 insertions, 1 deletions
diff --git a/ext/data/schemas/options-schema.json b/ext/data/schemas/options-schema.json
index 46d8a32a..215ca32c 100644
--- a/ext/data/schemas/options-schema.json
+++ b/ext/data/schemas/options-schema.json
@@ -845,7 +845,8 @@
"fieldTemplates",
"suspendNewCards",
"displayTags",
- "noteGuiMode"
+ "noteGuiMode",
+ "apiKey"
],
"properties": {
"enable": {
@@ -965,6 +966,10 @@
"type": "string",
"enum": ["browse", "edit"],
"default": "browse"
+ },
+ "apiKey": {
+ "type": "string",
+ "default": ""
}
}
},