Skip to content

Commit 955aa74

Browse files
committed
Updated schema.json
1 parent b43448a commit 955aa74

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/schema/theme.json

+11
Original file line numberDiff line numberDiff line change
@@ -505,6 +505,17 @@
505505
"body": "quote: ${1:material/format-quote-close}"
506506
}
507507
]
508+
},
509+
"tag": {
510+
"title": "Tag icon",
511+
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-tags/#tag-icons",
512+
"type": "object",
513+
"patternProperties": {
514+
"^\\w+$": {
515+
"$ref": "#/definitions/icon"
516+
}
517+
},
518+
"additionalProperties": false
508519
}
509520
},
510521
"additionalProperties": false,

0 commit comments

Comments
 (0)