mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-12 01:50:52 +01:00
Updated schema.json
This commit is contained in:
parent
b43448a036
commit
955aa74b74
@ -505,6 +505,17 @@
|
||||
"body": "quote: ${1:material/format-quote-close}"
|
||||
}
|
||||
]
|
||||
},
|
||||
"tag": {
|
||||
"title": "Tag icon",
|
||||
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-tags/#tag-icons",
|
||||
"type": "object",
|
||||
"patternProperties": {
|
||||
"^\\w+$": {
|
||||
"$ref": "#/definitions/icon"
|
||||
}
|
||||
},
|
||||
"additionalProperties": false
|
||||
}
|
||||
},
|
||||
"additionalProperties": false,
|
||||
|
Loading…
Reference in New Issue
Block a user