[json] Add setting to disable downloading JSON schemas. Fixes #96083

This commit is contained in:
Martin Aeschlimann
2020-05-06 18:58:51 +02:00
parent 9394e571e5
commit 8a97cbb47d
3 changed files with 76 additions and 39 deletions

View File

@@ -95,7 +95,13 @@
"type": "number",
"default": 5000,
"description": "%json.maxItemsComputed.desc%"
}
},
"json.schemaDownload.enable": {
"type": "boolean",
"default": true,
"description": "%json.enableSchemaDownload.desc%",
"tags": ["usesOnlineServices"]
}
}
},
"configurationDefaults": {