mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Updated JSON schema
This commit is contained in:
parent
3e46693092
commit
65d68de238
@ -15,15 +15,34 @@
|
|||||||
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/ensuring-data-privacy/",
|
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/ensuring-data-privacy/",
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"download": {
|
"enabled": {
|
||||||
"title": "Download of external assets",
|
"title": "Enable plugin",
|
||||||
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/ensuring-data-privacy/#download",
|
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/ensuring-data-privacy/#enabled",
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"default": true
|
"default": true
|
||||||
},
|
},
|
||||||
"download_directory": {
|
"externals": {
|
||||||
"title": "Download directory for external assets",
|
"title": "External assets",
|
||||||
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/ensuring-data-privacy/#download_directory",
|
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/ensuring-data-privacy/#externals",
|
||||||
|
"oneOf": [
|
||||||
|
{
|
||||||
|
"title": "Bundle external assets",
|
||||||
|
"enum": [
|
||||||
|
"bundle"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "Report external assets as warnings",
|
||||||
|
"enum": [
|
||||||
|
"report"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"default": "bundle"
|
||||||
|
},
|
||||||
|
"externals_directory": {
|
||||||
|
"title": "External assets download directory",
|
||||||
|
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/ensuring-data-privacy/#externals-directory",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"default": "assets/externals"
|
"default": "assets/externals"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user