challenge-vtex-io-amanda-al.../store/blocks/header/category-menu.json
2023-02-07 04:01:42 -03:00

121 lines
2.5 KiB
JSON

{
"vtex.menu@2.x:menu#category-menu": {
"props": {
"experimentalOptimizeRendering": true
},
"children": [
"menu-item#novidades",
"menu-item#sapatos",
"menu-item#bolsas",
"menu-item#acessorios",
"menu-item#outlet",
"menu-item#lojas",
"menu-item#sejafranqueado"
]
},
"menu-item#novidades": {
"props": {
"id": "menu-item-novidades",
"type": "custom",
"iconId": null,
"highlight": false,
"itemProps": {
"type": "internal",
"href": "#",
"noFollow": false,
"tagTitle": "novidades ",
"text": "NOVIDADES"
}
}
},
"menu-item#sapatos": {
"props": {
"id": "menu-item-sapatos",
"type": "custom",
"iconId": null,
"highlight": false,
"itemProps": {
"type": "internal",
"href": "#",
"noFollow": false,
"tagTitle": "SAPATOS",
"text": "SAPATOS"
}
}
},
"menu-item#bolsas": {
"props": {
"id": "menu-item-custom-sale",
"type": "custom",
"iconId": null,
"highlight": false,
"itemProps": {
"type": "internal",
"href": "#",
"noFollow": true,
"tagTitle": "Bolsas",
"text": "Bolsas"
}
}
},
"menu-item#acessorios": {
"props": {
"id": "menu-item-acessorios",
"type": "custom",
"iconId": null,
"highlight": false,
"itemProps": {
"type": "internal",
"href": "#",
"noFollow": true,
"tagTitle": "acessorios",
"text": "acessorios"
}
}
},
"menu-item#outlet": {
"props": {
"id": "menu-item-outlet",
"type": "custom",
"iconId": null,
"highlight": false,
"itemProps": {
"type": "internal",
"href": "#",
"noFollow": true,
"tagTitle": "outlet",
"text": "outlet"
}
}
},
"menu-item#lojas": {
"props": {
"id": "menu-item-lojas",
"type": "custom",
"iconId": null,
"highlight": false,
"itemProps": {
"type": "internal",
"href": "#",
"noFollow": true,
"tagTitle": "lojas",
"text": "lojas"
}
}
},
"menu-item#sejafranqueado": {
"props": {
"id": "menu-item-sejafranqueado",
"type": "custom",
"iconId": null,
"highlight": false,
"itemProps": {
"type": "internal",
"href": "#",
"noFollow": true,
"tagTitle": "Seja franqueado",
"text": "Seja franqueado"
}
}
}
}