19 lines
408 B
Plaintext
19 lines
408 B
Plaintext
|
{
|
||
|
"footer": {
|
||
|
"blocks": ["footer-layout.desktop", "footer-layout.mobile"]
|
||
|
},
|
||
|
"footer-layout.desktop": {
|
||
|
"children": [
|
||
|
"flex-layout.row#footer-newsletter",
|
||
|
"flex-layout.row#footer-1-desktop",
|
||
|
"flex-layout.row#footer-2-desktop"
|
||
|
]
|
||
|
},
|
||
|
"footer-layout.mobile": {
|
||
|
"children": [
|
||
|
"flex-layout.row#1-footer-mobile",
|
||
|
"flex-layout.row#2-footer-mobile"
|
||
|
]
|
||
|
}
|
||
|
}
|