challenge-vtex-io-ana-carol.../store/blocks/footer/footer.json

151 lines
3.5 KiB
JSON
Raw Normal View History

{
"footer": {
2023-02-01 13:14:53 +00:00
"blocks": ["footer-layout.desktop", "footer-layout.mobile"]
},
"footer-layout.desktop": {
"children": [
2023-02-01 13:14:53 +00:00
"flex-layout.row#newsletter",
"flex-layout.row#footer-1-desktop",
2023-02-01 13:14:53 +00:00
"html#footer-3-desktop"
]
},
"flex-layout.row#footer-1-desktop": {
"children": [
2023-02-01 13:14:53 +00:00
"vtex.menu@2.x:menu#footer-site-m3-academy",
"vtex.menu@2.x:menu#footer-am3academy",
"html#seja-um-franqueado",
"html#right-block"
],
"props": {
"blockClass": "menu-row",
"paddingTop": 6,
"paddingBottom": 3
}
},
2023-02-01 13:14:53 +00:00
"html#seja-um-franqueado": {
"props": {
"blockClass": "seja-um-franqueado"
},
"children": ["vtex.menu@2.x:menu#footer-seja-um-franqueado-container"]
},
2023-02-01 13:14:53 +00:00
"html#right-block": {
2023-01-20 14:59:33 +00:00
"children": [
2023-02-01 13:14:53 +00:00
"html#social-networks-component",
"flex-layout.row#footer-2-desktop"
]
},
"html#social-networks-component": {
"props": {
"blockClass": "social-networks-component"
},
"children": ["social-networks-component"]
},
"flex-layout.row#footer-2-desktop": {
"children": ["html#payment-methods-component"],
"props": {
"blockClass": "payment-methods"
}
},
2023-02-01 13:14:53 +00:00
"html#payment-methods-component": {
"props": {
2023-02-01 13:14:53 +00:00
"blockClass": "payment-methods-component"
},
"children": ["payment-methods-component"]
},
2023-02-01 13:14:53 +00:00
"html#footer-3-desktop": {
2023-01-20 14:59:33 +00:00
"children": [
2023-02-01 13:14:53 +00:00
"html#footer-credits-information",
"html#footer-credits-authors"
2023-01-20 14:59:33 +00:00
],
"props": {
"blockClass": "credits"
}
},
2023-02-01 13:14:53 +00:00
"html#footer-credits-information": {
"props": {
"blockClass": "footer-credits-information"
},
"children": [
"rich-text#footer",
"rich-text#footer-address",
"rich-text#footer-cnpj"
]
},
"html#footer-credits-authors": {
2023-02-01 13:14:53 +00:00
"props": {
"blockClass": "authors-component"
2023-02-01 13:14:53 +00:00
},
"children": ["authors-component"]
2023-02-01 13:14:53 +00:00
},
"rich-text#footer": {
"props": {
2023-02-01 13:14:53 +00:00
"text": "Copyright © 2022 M3 Academy. Todos os direitos reservados.",
"blockClass": "footer"
}
},
2023-02-01 13:14:53 +00:00
"rich-text#footer-address": {
"props": {
"text": "R. Helena Coutinho, 41 - Braunes - Nova Friburgo - RJ",
"blockClass": "footer-address"
}
},
"rich-text#footer-cnpj": {
"props": {
"text": "CNPJ: 12.345.678.0009-10",
"blockClass": "footer-cnpj"
}
},
"footer-layout.mobile": {
"children": [
2023-02-01 13:14:53 +00:00
"flex-layout.row#newsletter",
"flex-layout.row#1-footer-mobile",
2023-02-01 13:14:53 +00:00
"html#2-footer-mobile"
]
},
2023-02-01 13:14:53 +00:00
"flex-layout.row#newsletter": {
"children": ["newsletter"],
"props": {
2023-02-01 13:14:53 +00:00
"blockClass": "newsletter-footer"
}
},
"newsletter": {
"props": {
"label": "Assine nossa newsletter",
"placeholder": "Digite seu e-mail"
}
},
"html#2-footer-mobile": {
"children": ["html#footer-1-mobile"],
"props": {
"blockClass": "credits-mobile",
"paddingTop": 4,
"paddingBottom": 4
}
},
2023-02-01 13:14:53 +00:00
"html#footer-1-mobile": {
"children": [
2023-02-01 13:14:53 +00:00
"html#footer-credits-information",
"html#footer-credits-authors"
],
"props": {
2023-02-01 13:14:53 +00:00
"blockClass": "footer-credits-information-mobile",
"paddingTop": 4,
"paddingBottom": 4,
"rowGap": 4
}
},
"flex-layout.row#1-footer-mobile": {
"props": {
2023-02-01 13:14:53 +00:00
"blockClass": "menu-row-mobile",
"paddingTop": 4,
"paddingBottom": 4
},
2023-01-20 14:59:33 +00:00
"children": [
2023-02-01 13:14:53 +00:00
"vtex.menu@2.x:menu#footer-mobile",
"html#seja-um-franqueado",
"social-networks-component",
"html#payment-methods-component"
2023-01-20 14:59:33 +00:00
]
}
}