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

68 lines
1.4 KiB
Plaintext

{
"vtex.menu@2.x:menu#link-2": {
"props": {
"orientation": "vertical"
},
"children": [
"rich-text#footer-link-1-cnpj",
"menu-item#smartphones",
"menu-item#videogames",
"menu-item#tvs",
"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"
}
},
"menu-item#smartphones": {
"props": {
"id": "menu-item-smartphones",
"type": "custom",
"iconId": null,
"highlight": false,
"itemProps": {
"type": "internal",
"href": "/decoration/smartphones",
"noFollow": true,
"tagTitle": "Smartphones",
"text": "Smartphones"
}
}
},
"menu-item#videogames": {
"props": {
"id": "menu-item-videogames",
"type": "custom",
"iconId": null,
"highlight": false,
"itemProps": {
"type": "internal",
"href": "/decoration/videogames",
"noFollow": true,
"tagTitle": "Videogames",
"text": "Videogames"
}
}
},
"menu-item#tvs": {
"props": {
"id": "menu-item-tvs",
"type": "custom",
"iconId": null,
"highlight": false,
"itemProps": {
"type": "internal",
"href": "/decoration/tvs",
"noFollow": true,
"tagTitle": "TVs",
"text": "TVs"
}
}
}
}