Add a blank customTemplate to blockbase
This commit is contained in:
parent
8ee9e7e37a
commit
ba63568929
2 changed files with 10 additions and 0 deletions
0
blockbase/block-templates/blank.html
Normal file
0
blockbase/block-templates/blank.html
Normal file
|
@ -10,6 +10,16 @@
|
|||
"area": "footer"
|
||||
}
|
||||
],
|
||||
"customTemplates": [
|
||||
{
|
||||
"name": "blank",
|
||||
"title": "Blank",
|
||||
"postTypes": [
|
||||
"page",
|
||||
"post"
|
||||
]
|
||||
}
|
||||
],
|
||||
"settings": {
|
||||
"border": {
|
||||
"customColor": true,
|
||||
|
|
Loading…
Add table
Reference in a new issue