challenge-vtex-io-ana-carol.../store/blocks/header/category-menu.json

187 lines
4.4 KiB
JSON
Raw Normal View History

{
"vtex.menu@2.x:menu#category-menu": {
"props": {
"experimentalOptimizeRendering": true
},
"children": [
"menu-item#category-apparel",
"menu-item#category-home",
"menu-item#more"
]
},
"menu-item#category-apparel": {
"props": {
"id": "menu-item-category-apparel",
"type": "custom",
"iconId": null,
"highlight": false,
"itemProps": {
"type": "internal",
"href": "/apparel---accessories/",
"noFollow": false,
"tagTitle": "Apparel & Accessories",
"text": "Apparel & Accessories"
}
},
2023-02-01 13:14:53 +00:00
"blocks": ["vtex.menu@2.x:submenu#category-apparel"]
},
"vtex.menu@2.x:submenu#category-apparel": {
"props": {
"width": "auto"
},
2023-02-01 13:14:53 +00:00
"children": ["vtex.menu@2.x:menu#category-apparel"]
},
"vtex.menu@2.x:menu#category-apparel": {
"props": {
"orientation": "vertical"
},
"children": [
2023-02-01 13:14:53 +00:00
"menu-item#category-apparel-am3academy",
"menu-item#category-apparel-accessories",
"menu-item#category-apparel-eyeglasses"
]
},
2023-02-01 13:14:53 +00:00
"menu-item#category-apparel-am3academy": {
"props": {
2023-02-01 13:14:53 +00:00
"id": "menu-item-category-apparel-am3academy",
"type": "custom",
"iconId": null,
"highlight": false,
"itemProps": {
"type": "internal",
2023-02-01 13:14:53 +00:00
"href": "/apparel---accessories/am3academy/",
"noFollow": false,
2023-02-01 13:14:53 +00:00
"tagTitle": "A M3 Academy",
"text": "A M3 Academy"
}
}
},
"menu-item#category-apparel-accessories": {
"props": {
"id": "menu-item-category-apparel-accessories",
"type": "custom",
"iconId": null,
"highlight": false,
"itemProps": {
"type": "internal",
"href": "/apparel---accessories/accessories/",
"noFollow": false,
"tagTitle": "Accessories",
"text": "Accessories"
}
}
},
"menu-item#category-apparel-eyeglasses": {
"props": {
"id": "menu-item-category-apparel-eyeglasses",
"type": "custom",
"iconId": null,
"highlight": false,
"itemProps": {
"type": "internal",
"href": "/apparel---accessories/eyeglasses/",
"noFollow": false,
"tagTitle": "Eyeglasses",
"text": "Eyeglasses"
}
}
},
"menu-item#category-home": {
"props": {
"id": "menu-item-category-home",
"type": "custom",
"iconId": null,
"highlight": false,
"itemProps": {
"type": "internal",
"href": "/home---decor/",
"noFollow": false,
"tagTitle": "Home & Decor",
"text": "Home & Decor"
}
}
},
"menu-item#more": {
"props": {
2023-02-01 13:14:53 +00:00
"id": "menu-item-custom-trocas-e-devolucoes",
"type": "custom",
"iconId": null,
"highlight": false,
"itemProps": {
"type": "internal",
"href": "#",
"noFollow": true,
"tagTitle": "More",
"text": "More"
}
},
2023-02-01 13:14:53 +00:00
"blocks": ["vtex.menu@2.x:submenu#more"]
},
"vtex.menu@2.x:submenu#more": {
"props": {
"width": "100%"
},
2023-02-01 13:14:53 +00:00
"children": ["flex-layout.row#menu-more"]
},
"flex-layout.row#menu-more": {
2023-02-01 13:14:53 +00:00
"children": ["flex-layout.col#menu-more-1", "flex-layout.col#menu-more-2"]
},
"flex-layout.col#menu-more-1": {
2023-02-01 13:14:53 +00:00
"children": ["vtex.menu@2.x:menu#more"]
},
"flex-layout.col#menu-more-2": {
2023-02-01 13:14:53 +00:00
"children": ["info-card#home"]
},
"vtex.menu@2.x:menu#more": {
"props": {
"orientation": "vertical"
},
2023-02-01 13:14:53 +00:00
"children": ["menu-item#about-us", "menu-item#faq"]
},
"menu-item#about-us": {
"props": {
"id": "menu-item-about-us",
"type": "custom",
"iconId": null,
"highlight": false,
"itemProps": {
"type": "internal",
"href": "/about-us",
"noFollow": true,
"tagTitle": "About us",
"text": "About us"
}
}
},
"menu-item#faq": {
"props": {
"id": "menu-item-faq",
"type": "custom",
"iconId": null,
"highlight": false,
"itemProps": {
"type": "internal",
"href": "/faq",
"noFollow": true,
"tagTitle": "FAQ",
"text": "FAQ"
}
}
},
"menu-item#contact-us": {
"props": {
"id": "menu-item-contact-us",
"type": "custom",
"iconId": null,
"highlight": false,
"itemProps": {
"type": "internal",
"href": "/contact-us",
"noFollow": true,
"tagTitle": "Contact Us",
"text": "Contact Us"
}
}
}
}