From b55ae30ce8ef3cac5603005aad034356fd1e4d21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20B?= <54446028+prototypa@users.noreply.github.com> Date: Fri, 4 Aug 2023 22:20:38 -0400 Subject: [PATCH] Update config-schema.json --- .vscode/astrowind/config-schema.json | 23 +---------------------- 1 file changed, 1 insertion(+), 22 deletions(-) diff --git a/.vscode/astrowind/config-schema.json b/.vscode/astrowind/config-schema.json index e596c07..e101ea8 100644 --- a/.vscode/astrowind/config-schema.json +++ b/.vscode/astrowind/config-schema.json @@ -260,27 +260,6 @@ "theme": { "type": "string" }, - "classes": { - "type": "object", - "properties": { - "html": { - "type": "null" - }, - "body": { - "type": "null" - }, - "heading1": { - "type": "null" - }, - "heading2": { - "type": "null" - }, - "button": { - "type": "null" - } - }, - "required": ["html", "body", "heading1", "heading2", "button"] - }, "tokens": { "type": "object", "properties": { @@ -436,7 +415,7 @@ "required": ["default", "dark"] } }, - "required": ["theme", "classes", "tokens"] + "required": ["theme", "tokens"] } }, "required": ["site", "metadata", "i18n", "apps", "analytics", "ui"]