challenge-vtex-io-patricksouza/store/blocks/footer/menu-link-3.jsonc
2023-02-04 16:35:40 -03:00

66 lines
1.3 KiB
Plaintext

{
"vtex.menu@2.x:menu#link-3": {
"props": {
"orientation": "vertical"
},
"children": [
"rich-text#link-3-title",
"menu-item#bags",
"menu-item#backpacks",
"menu-item#necessaire"
]
},
"rich-text#link-3-title": {
"props": {
"text": "Seja um franqueado"
}
},
"menu-item#bags": {
"props": {
"id": "menu-item-bags",
"type": "custom",
"iconId": null,
"highlight": false,
"itemProps": {
"type": "internal",
"href": "/bags/d",
"noFollow": true,
"tagTitle": "Bags",
"text": "Bags"
}
}
},
"menu-item#backpacks": {
"props": {
"id": "menu-item-backpacks",
"type": "custom",
"iconId": null,
"highlight": false,
"itemProps": {
"type": "internal",
"href": "/bags/backpacks",
"noFollow": true,
"tagTitle": "Backpacks",
"text": "Backpacks"
}
}
},
"menu-item#necessaire": {
"props": {
"id": "menu-item-necessaire",
"type": "custom",
"iconId": null,
"highlight": false,
"itemProps": {
"type": "internal",
"href": "/bags/necessaire",
"noFollow": true,
"tagTitle": "Necessaire",
"text": "Necessaire"
}
}
}
}