Updated schema

This commit is contained in:
squidfunk 2022-10-03 20:07:28 +02:00
parent a6633adc55
commit 721f16d875

View File

@ -21,6 +21,16 @@
"type": "boolean", "type": "boolean",
"default": true "default": true
}, },
"cache": {
"title": "Enable caching of downloads",
"type": "boolean",
"default": true
},
"cache_dir": {
"title": "Cache directory",
"type": "string",
"default": ".cache/plugin/privacy"
},
"externals": { "externals": {
"title": "External assets", "title": "External assets",
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/ensuring-data-privacy/#+privacy.externals", "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/ensuring-data-privacy/#+privacy.externals",