From 955aa74b7477349a21a8f93bcf33c93040d46095 Mon Sep 17 00:00:00 2001 From: squidfunk Date: Sun, 24 Apr 2022 23:15:26 +0200 Subject: [PATCH] Updated schema.json --- docs/schema/theme.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/schema/theme.json b/docs/schema/theme.json index cd83ac700e3..702618573d3 100644 --- a/docs/schema/theme.json +++ b/docs/schema/theme.json @@ -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,