22 lines
456 B
Plaintext
22 lines
456 B
Plaintext
{
|
|
"flex-layout.row#footer-newsletter": {
|
|
"children": ["rich-text#footer-newsletter", "newsletter"],
|
|
"props": {
|
|
"blockClass": "menu-row",
|
|
"paddingTop": 6,
|
|
"paddingBottom": 3
|
|
}
|
|
},
|
|
"rich-text#footer-newsletter": {
|
|
"props": {
|
|
"text": "## Assine nossa newsletter \n Receba ofertas e novidades por e-mail",
|
|
"blockClass": "footer"
|
|
}
|
|
},
|
|
"newsletter": {
|
|
"props": {
|
|
"hideLabel": true
|
|
}
|
|
}
|
|
}
|