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 b43448a commit 955aa74
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/schema/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 955aa74

Please sign in to comment.