Skip to content

Commit

Permalink
Updated schema.json
Browse files Browse the repository at this point in the history
  • Loading branch information
squidfunk committed Apr 24, 2022
1 parent f85bc95 commit 87671c9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/schema/extra.json
Expand Up @@ -264,6 +264,18 @@
]
}
},
"tags": {
"title": "Tag identifiers",
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-tags/#tag-icons",
"type": "object",
"patternProperties": {
".*": {
"title": "Tag identifier mapping",
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-tags/#tag-icons",
"pattern": "^[\\w-]+$"
}
}
},
"version": {
"title": "Versioning",
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-versioning/#versioning",
Expand Down

0 comments on commit 87671c9

Please sign in to comment.