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,
"$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"
}