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,
|
||||
"$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"
|
||||
}
|
Loading…
Reference in New Issue
Block a user