1
0
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:
Matthias Schoettle 2024-05-06 03:05:43 -04:00 committed by GitHub
parent 0de8be26f8
commit b1185aa4e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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