87 lines
2.0 KiB
Plaintext
87 lines
2.0 KiB
Plaintext
{
|
|
"flex-layout.row#footer-1-desktop": {
|
|
"children": [
|
|
"vtex.menu@2.x:menu#link-1",
|
|
"vtex.menu@2.x:menu#link-2",
|
|
"footer-spacer",
|
|
"vtex.menu@2.x:menu#link-3",
|
|
"footer-spacer",
|
|
"flex-layout.row#footer-social"
|
|
],
|
|
"props": {
|
|
"blockClass": "menu-row-wrapper",
|
|
"paddingTop": 6,
|
|
"paddingBottom": 3
|
|
}
|
|
},
|
|
"flex-layout.row#footer-social": {
|
|
"children": [
|
|
"flex-layout.col#footer-social",
|
|
"flex-layout.col#footer-payment"
|
|
],
|
|
"props": {
|
|
"blockClass": "menu-row-wrapper",
|
|
"paddingTop": 6,
|
|
"paddingBottom": 3
|
|
}
|
|
},
|
|
"flex-layout.col#footer-social": {
|
|
"children": ["rich-text#footer-social", "social-networks"],
|
|
"props": {
|
|
"blockClass": "menu-row-wrapper",
|
|
"paddingTop": 6,
|
|
"paddingBottom": 3
|
|
}
|
|
},
|
|
"rich-text#footer-social": {
|
|
"props": {
|
|
"text": "## Nos siga",
|
|
"blockClass": "menu-row-newsletter-title"
|
|
}
|
|
},
|
|
"rich-text#footer-social-payments": {
|
|
"props": {
|
|
"text": "## Formas de pagamento",
|
|
"blockClass": "menu-row-newsletter-title"
|
|
}
|
|
},
|
|
"flex-layout.col#footer-payment": {
|
|
"children": [
|
|
"rich-text#footer-social-payments",
|
|
"accepted-payment-methods"
|
|
],
|
|
"props": {
|
|
"blockClass": "menu-row-wrapper",
|
|
"paddingTop": 6,
|
|
"paddingBottom": 3
|
|
}
|
|
},
|
|
"social-networks": {
|
|
"props": {
|
|
"socialNetworks": [
|
|
{
|
|
"name": "Facebook",
|
|
"url": "https://www.facebook.com/vtexonline/"
|
|
},
|
|
{
|
|
"name": "Instagram",
|
|
"url": "https://www.instagram.com/vtextruecloud/"
|
|
},
|
|
{
|
|
"name": "Twitter",
|
|
"url": "https://twitter.com/vtexonline"
|
|
},
|
|
{
|
|
"name": "Youtube",
|
|
"url": "https://www.youtube.com/user/VTEXTV"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"accepted-payment-methods": {
|
|
"props": {
|
|
"paymentMethods": ["MasterCard", "Visa", "Diners Club"]
|
|
}
|
|
}
|
|
}
|