mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-27 17:00:54 +01:00
Fixed JSON parse error in schema.json (#7152)
This commit is contained in:
parent
0de8be26f8
commit
b1185aa4e9
@ -97,7 +97,7 @@
|
|||||||
"type": "array",
|
"type": "array",
|
||||||
"items": {
|
"items": {
|
||||||
"title": "Path to JavaScript file (may be local or absolute URL to external JS)",
|
"title": "Path to JavaScript file (may be local or absolute URL to external JS)",
|
||||||
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/customization/#additional-javascript",
|
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/customization/#additional-javascript"
|
||||||
},
|
},
|
||||||
"uniqueItems": true,
|
"uniqueItems": true,
|
||||||
"minItems": 1
|
"minItems": 1
|
||||||
|
Loading…
Reference in New Issue
Block a user