Skip to content

Commit

Permalink
Merge pull request #232 from gziolo/patch-1
Browse files Browse the repository at this point in the history
TT1 Blocks: Update custom templates and template parts in the config
  • Loading branch information
carolinan authored Mar 23, 2021
2 parents e6ba1eb + 93f7b44 commit 0b5e28e
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions tt1-blocks/experimental-theme.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
{
"templateParts": {
"header": {
"templateParts": [
{
"name": "header",
"area": "header"
},
"footer": {
{
"name": "footer",
"area": "footer"
}
},
],
"settings": {
"defaults": {
"color": {
Expand Down Expand Up @@ -280,9 +282,10 @@
}
}
},
"customTemplates": {
"page-home": {
"customTemplates": [
{
"name": "page-home",
"title": "Page without title"
}
}
]
}

0 comments on commit 0b5e28e

Please sign in to comment.