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 authored and pbking committed Mar 25, 2021
1 parent f3ab297 commit f8f5d39
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"
}
},
],
"settings": {
"defaults": {
"color": {
Expand Down

0 comments on commit f8f5d39

Please sign in to comment.