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 2600326
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 6 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
14 changes: 8 additions & 6 deletions seedlet-blocks/experimental-theme.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
{
"templateParts": {
"header": {
"templateParts": [
{
"name": "header",
"area": "header"
},
"footer": {
{
"name": "footer",
"area": "footer"
}
},
"settings": {
"defaults": {
],
"global": {
"settings": {
"color": {
"gradients": [
{
Expand Down

0 comments on commit 2600326

Please sign in to comment.