mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Updated schema
This commit is contained in:
parent
968dfa80e6
commit
c68bad2f83
@ -86,7 +86,7 @@
|
||||
"items": {
|
||||
"title": "Path to CSS file",
|
||||
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/customization/#additional-css",
|
||||
"pattern": "\\.css$"
|
||||
"pattern": "\\.css($|\\?)"
|
||||
},
|
||||
"uniqueItems": true,
|
||||
"minItems": 1
|
||||
@ -98,7 +98,7 @@
|
||||
"items": {
|
||||
"title": "Path to JavaScript file",
|
||||
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/customization/#additional-javascript",
|
||||
"pattern": "\\.js$"
|
||||
"pattern": "\\.js($|\\?)"
|
||||
},
|
||||
"uniqueItems": true,
|
||||
"minItems": 1
|
||||
|
Loading…
Reference in New Issue
Block a user