challenge-vtex-io-patricksouza/store/blocks/footer/footer-2-desktop.jsonc

25 lines
703 B
Plaintext

{
"flex-layout.row#footer-2-desktop": {
"children": [
"rich-text#footer-copyright",
"footer-spacer",
"rich-text#footer-powered"
],
"props": {
"blockClass": "footer-credits"
}
},
"rich-text#footer-copyright": {
"props": {
"text": "**Copyright © 2022 M3 Academy. Todos os direitos reservados.** \n R. Helena Coutinho, 41 - Braunes - Nova Friburgo - RJ \n CNPJ: 12.345.678.0009-10",
"blockClass": "footer-copyright"
}
},
"rich-text#footer-powered": {
"props": {
"text": "Powered by [![vtex](assets/logo-vtex.png)](/test) Developed by [![vtex](assets/logo-m3.png)](/test)",
"blockClass": "footer-powered-by"
}
}
}