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
cfa64745a2
commit
a2f84565c3
@ -45,6 +45,18 @@
|
|||||||
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/ensuring-data-privacy/#externals-directory",
|
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/ensuring-data-privacy/#externals-directory",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"default": "assets/externals"
|
"default": "assets/externals"
|
||||||
|
},
|
||||||
|
"externals_exclude": {
|
||||||
|
"title": "External assets to be excluded",
|
||||||
|
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/ensuring-data-privacy/#externals-exclude",
|
||||||
|
"type": "array",
|
||||||
|
"items": {
|
||||||
|
"title": "External assets matching this pattern will not be bundled",
|
||||||
|
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/ensuring-data-privacy/#externals-exclude",
|
||||||
|
"pattern": ".*"
|
||||||
|
},
|
||||||
|
"uniqueItems": true,
|
||||||
|
"minItems": 1
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
|
Loading…
Reference in New Issue
Block a user