add full bleed template
This commit is contained in:
parent
7e4b2bb35a
commit
7dc3da03f9
21
theme.json
21
theme.json
@ -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"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user