add full bleed template

This commit is contained in:
Aadil Ayub 2024-06-20 19:34:45 +05:00
parent 7e4b2bb35a
commit 7dc3da03f9

View File

@ -1,6 +1,14 @@
{ {
"version": 3, "customTemplates": [
"$schema": "https://schemas.wp.org/trunk/theme.json", {
"name": "page-full-bleed",
"postTypes": [
"page",
"post"
],
"title": "Page with full-width content"
}
],
"settings": { "settings": {
"appearanceTools": true, "appearanceTools": true,
"color": { "color": {
@ -674,11 +682,6 @@
"title": "Footer" "title": "Footer"
} }
], ],
"customTemplates": [ "version": 3,
{ "$schema": "https://schemas.wp.org/trunk/theme.json"
"name": "page-full-bleed",
"postTypes": ["page", "post"],
"title": "Page with full-width content"
}
]
} }