diff options
Diffstat (limited to 'ext/data')
-rw-r--r-- | ext/data/schemas/options-schema.json | 7 |
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": "" } } }, |