challenge-vtex-io-patricksouza/store/blocks/footer/mobile/menu-item-1.jsonc

115 lines
2.5 KiB
Plaintext

{
"menu-item#sale-mobile": {
"props": {
"itemProps": {
"tagTitle": "comprar",
"text": "comprar"
}
},
"blocks": ["vtex.menu@2.x:submenu.accordion#sale"]
},
"vtex.menu@2.x:submenu.accordion#sale": {
"children": ["vtex.menu@2.x:menu#footer-sale-mobile"]
},
"vtex.menu@2.x:menu#footer-sale-mobile": {
"props": {
"orientation": "vertical"
},
"children": [
"menu-item#sejaumfranqueado",
"menu-item#quemsomos",
"menu-item#nossaslojas"
]
},
"menu-item#patrick": {
"props": {
"id": "menu-item-category-clothing",
"type": "custom",
"iconId": null,
"highlight": false,
"itemProps": {
"type": "internal",
"href": "/clothing/d",
"noFollow": true,
"tagTitle": "Clothing",
"text": "Clothing"
}
}
},
"menu-item#shorts": {
"props": {
"id": "menu-item-shorts",
"type": "custom",
"iconId": null,
"highlight": false,
"itemProps": {
"type": "internal",
"href": "/clothing/shorts",
"noFollow": false,
"tagTitle": "Shorts",
"text": "Shorts"
}
}
},
"menu-item#tank-tops": {
"props": {
"id": "menu-item-tank-tops",
"type": "custom",
"iconId": null,
"highlight": false,
"itemProps": {
"type": "internal",
"href": "/clothing/tank-tops",
"noFollow": false,
"tagTitle": "Tank tops",
"text": "Tank tops"
}
}
},
"menu-item#shirts": {
"props": {
"id": "menu-item-shirts",
"type": "custom",
"iconId": null,
"highlight": false,
"itemProps": {
"type": "internal",
"href": "/clothing/shirts",
"noFollow": false,
"tagTitle": "Shirts",
"text": "Shirts"
}
}
},
"menu-item#sweatshirt": {
"props": {
"id": "menu-item-sweat-shirts",
"type": "custom",
"iconId": null,
"highlight": false,
"itemProps": {
"type": "internal",
"href": "/clothing/sweatshirt",
"noFollow": false,
"tagTitle": "Sweatshirt",
"text": "Sweatshirt"
}
}
},
"menu-item#cropped": {
"props": {
"id": "menu-item-cropped",
"type": "custom",
"iconId": null,
"highlight": false,
"itemProps": {
"type": "internal",
"href": "/clothing/cropped",
"noFollow": false,
"tagTitle": "Cropped",
"text": "Cropped"
}
}
}
}