From 15d49c575c42bef6b04786c748c2982a575344dd Mon Sep 17 00:00:00 2001 From: Aadil Ayub Date: Wed, 12 Jun 2024 12:46:01 +0500 Subject: [PATCH] update theme.json schema --- theme.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/theme.json b/theme.json index 695f167..bee5133 100644 --- a/theme.json +++ b/theme.json @@ -1,4 +1,6 @@ { + "version": 3, + "$schema": "https://schemas.wp.org/trunk/theme.json", "customTemplates": [ { "name": "page-brochure", @@ -459,7 +461,5 @@ "fontWeight": "400", "lineHeight": "1.6" } - }, - "version": 2, - "$schema": "https://schemas.wp.org/wp/6.5/theme.json" + } } \ No newline at end of file