From 7dc3da03f9bb0b165ad765c1dad9f56555161c7f Mon Sep 17 00:00:00 2001 From: Aadil Ayub Date: Thu, 20 Jun 2024 19:34:45 +0500 Subject: [PATCH] add full bleed template --- theme.json | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/theme.json b/theme.json index 0b9a898..436eebf 100644 --- a/theme.json +++ b/theme.json @@ -1,6 +1,14 @@ { - "version": 3, - "$schema": "https://schemas.wp.org/trunk/theme.json", + "customTemplates": [ + { + "name": "page-full-bleed", + "postTypes": [ + "page", + "post" + ], + "title": "Page with full-width content" + } + ], "settings": { "appearanceTools": true, "color": { @@ -674,11 +682,6 @@ "title": "Footer" } ], - "customTemplates": [ - { - "name": "page-full-bleed", - "postTypes": ["page", "post"], - "title": "Page with full-width content" - } - ] + "version": 3, + "$schema": "https://schemas.wp.org/trunk/theme.json" } \ No newline at end of file