From cb5cff9231603cdb0251be1243d2beef52fee063 Mon Sep 17 00:00:00 2001 From: squidfunk Date: Sun, 13 Nov 2022 13:56:17 +0100 Subject: [PATCH] Updated schema --- docs/schema/theme.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/schema/theme.json b/docs/schema/theme.json index 9553e7145..e71d0a706 100644 --- a/docs/schema/theme.json +++ b/docs/schema/theme.json @@ -544,7 +544,7 @@ "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-tags/#tag-icons-and-identifiers", "type": "object", "patternProperties": { - "^\\w+$": { + "^[\\w-]+$": { "$ref": "#/definitions/icon" } },