From 3ff856289f176878804f23b4673af40ae028736f Mon Sep 17 00:00:00 2001 From: Brian Gardner Date: Fri, 28 Jul 2023 08:24:35 -0500 Subject: [PATCH] Move Schema and Version to top of theme.json. --- theme.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/theme.json b/theme.json index 6b8ddc31..a1afc110 100644 --- a/theme.json +++ b/theme.json @@ -1,4 +1,6 @@ { + "version": 2, + "$schema": "https://schemas.wp.org/trunk/theme.json", "customTemplates": [ { "name": "blank", @@ -631,7 +633,5 @@ "name": "footer", "title": "Footer" } - ], - "version": 2, - "$schema": "https://schemas.wp.org/trunk/theme.json" + ] } \ No newline at end of file