mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-12 01:50:52 +01:00
Updated schema
This commit is contained in:
parent
a6633adc55
commit
721f16d875
@ -21,6 +21,16 @@
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
},
|
||||
"cache": {
|
||||
"title": "Enable caching of downloads",
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
},
|
||||
"cache_dir": {
|
||||
"title": "Cache directory",
|
||||
"type": "string",
|
||||
"default": ".cache/plugin/privacy"
|
||||
},
|
||||
"externals": {
|
||||
"title": "External assets",
|
||||
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/ensuring-data-privacy/#+privacy.externals",
|
||||
|
Loading…
Reference in New Issue
Block a user