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" } },