challenge-vtex-io-patricksouza/store/blocks/footer/menu-link-1.jsonc

120 lines
2.7 KiB
Plaintext
Raw Normal View History

{
"vtex.menu@2.x:menu#link-1": {
"props": {
"orientation": "vertical"
},
"children": [
"rich-text#footer-link-1-title",
"menu-item#loja",
"menu-item#trocasEdevolucoes",
"menu-item#centralatendimento",
"menu-item#faleconosco",
"menu-item#imprensa",
"menu-item#faleconosco",
"rich-text#footer-link-1-cnpj"
]
},
"rich-text#footer-link-1-cnpj": {
"props": {
"text": "CNPJ 12.345.678.0009-10",
"blockClass": "footer-link-1-title"
}
},
"rich-text#footer-link-1-title": {
"props": {
"text": "Site M3 Academy",
"blockClass": "footer-link-1-title"
}
},
"menu-item#loja": {
"props": {
"id": "menu-item-loja",
"type": "custom",
"iconId": null,
"highlight": false,
"itemProps": {
"type": "internal",
"href": "#",
"noFollow": false,
"tagTitle": "Loja Ebit Ouro",
"text": "Loja Ebit Ouro"
}
}
},
"menu-item#trocasEdevolucoes": {
"props": {
"id": "menu-item-trocasEdevolucoes",
"type": "custom",
"iconId": null,
"highlight": false,
"itemProps": {
"type": "internal",
"href": "#",
"noFollow": false,
"tagTitle": "Trocas e devoluções",
"text": "Trocas e devoluções"
}
}
},
"menu-item#centralatendimento": {
"props": {
"id": "menu-item-centralatendimento",
"type": "custom",
"iconId": null,
"highlight": false,
"itemProps": {
"type": "internal",
"href": "#",
"noFollow": false,
"tagTitle": "Central de Atendimento",
"text": "Central de Atendimento"
}
}
},
"menu-item#imprensa": {
"props": {
"id": "menu-item-imprensa",
"type": "custom",
"iconId": null,
"highlight": false,
"itemProps": {
"type": "internal",
"href": "#",
"noFollow": false,
"tagTitle": "Imprensa",
"text": "Imprensa"
}
}
},
"menu-item#rastreamento": {
"props": {
"id": "menu-item-rastreamento",
"type": "custom",
"iconId": null,
"highlight": false,
"itemProps": {
"type": "internal",
"href": "#",
"noFollow": false,
"tagTitle": "Rastreamento",
"text": "Rastreamento"
}
}
},
"menu-item#faleconosco": {
"props": {
"id": "menu-item-faleconosco",
"type": "custom",
"iconId": null,
"highlight": false,
"itemProps": {
"type": "internal",
"href": "#",
"noFollow": false,
"tagTitle": "Fale conosco",
"text": "Fale conosco"
}
}
}
}