From f6fe526492e9a91a9fde18347667eecf60007d04 Mon Sep 17 00:00:00 2001 From: Brian Gardner <bmg1227@gmail.com> Date: Mon, 16 Oct 2023 08:30:40 -0500 Subject: [PATCH] Final move of version/schema. --- theme.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/theme.json b/theme.json index a605da8b..c666069f 100644 --- a/theme.json +++ b/theme.json @@ -1,4 +1,6 @@ { + "version": 2, + "$schema": "https://schemas.wp.org/trunk/theme.json", "customTemplates": [ { "name": "blank", @@ -642,7 +644,5 @@ "name": "footer", "title": "Footer" } - ], - "version": 2, - "$schema": "https://schemas.wp.org/trunk/theme.json" + ] } \ No newline at end of file