diff options
Diffstat (limited to 'ext/data')
-rw-r--r-- | ext/data/schemas/options-schema.json | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/ext/data/schemas/options-schema.json b/ext/data/schemas/options-schema.json index d7e3b5f4..37b32bbf 100644 --- a/ext/data/schemas/options-schema.json +++ b/ext/data/schemas/options-schema.json @@ -878,7 +878,8 @@ "suspendNewCards", "displayTags", "noteGuiMode", - "apiKey" + "apiKey", + "downloadTimeout" ], "properties": { "enable": { @@ -1002,6 +1003,11 @@ "apiKey": { "type": "string", "default": "" + }, + "downloadTimeout": { + "type": "number", + "default": 0, + "minimum": 0 } } }, |