Skip to content

Commit

Permalink
update json for template parts
Browse files Browse the repository at this point in the history
  • Loading branch information
Addison-Stavlo committed Mar 22, 2021
1 parent bfd16cd commit 7cbe429
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
10 changes: 10 additions & 0 deletions mayland-blocks/experimental-theme.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
{
"templateParts": [
{
"name": "header",
"area": "header"
},
{
"name": "footer",
"area": "footer"
}
],
"settings": {
"defaults": {
"color": {
Expand Down
10 changes: 6 additions & 4 deletions seedlet-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"
}
},
],
"global": {
"settings": {
"color": {
Expand Down

0 comments on commit 7cbe429

Please sign in to comment.