challenge-vtex-io-daniel-mo.../store/blocks/header/top-menu.json

44 lines
880 B
JSON
Raw Normal View History

{
"vtex.menu@2.x:menu#websites": {
"children": [
"menu-item#shop",
"menu-item#about-us"
]
},
"menu-item#shop": {
"props": {
"id": "menu-item-shop",
"type": "custom",
"iconId": null,
"highlight": false,
"itemProps": {
"type": "internal",
"href": "#",
"noFollow": false,
"tagTitle": "Shop",
"text": "Shop"
}
}
},
"vtex.menu@2.x:menu#institutional": {
"children": [
"menu-item#vtex-website"
]
},
"menu-item#vtex-website": {
"props": {
"id": "menu-item-vtex-website",
"type": "custom",
"iconId": null,
"highlight": false,
"itemProps": {
"type": "external",
"href": "http://vtex.com",
"noFollow": false,
"tagTitle": "visit vtex.com",
"text": "visit vtex.com"
}
}
}
}