From c7e5ca8fd85fd02f18d4920c5190beca2bff6239 Mon Sep 17 00:00:00 2001 From: Aadil Ayub Date: Wed, 12 Jun 2024 13:58:39 +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 bee5133..695f167 100644 --- a/theme.json +++ b/theme.json @@ -1,6 +1,4 @@ { - "version": 3, - "$schema": "https://schemas.wp.org/trunk/theme.json", "customTemplates": [ { "name": "page-brochure", @@ -461,5 +459,7 @@ "fontWeight": "400", "lineHeight": "1.6" } - } + }, + "version": 2, + "$schema": "https://schemas.wp.org/wp/6.5/theme.json" } \ No newline at end of file