Skip to content

Commit 87671c9

Browse files
committed
Updated schema.json
1 parent f85bc95 commit 87671c9

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/schema/extra.json

+12
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,18 @@
264264
]
265265
}
266266
},
267+
"tags": {
268+
"title": "Tag identifiers",
269+
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-tags/#tag-icons",
270+
"type": "object",
271+
"patternProperties": {
272+
".*": {
273+
"title": "Tag identifier mapping",
274+
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-tags/#tag-icons",
275+
"pattern": "^[\\w-]+$"
276+
}
277+
}
278+
},
267279
"version": {
268280
"title": "Versioning",
269281
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-versioning/#versioning",

0 commit comments

Comments
 (0)