forked from M3-Academy/challenge-vtex-io
44 lines
880 B
JSON
44 lines
880 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|