m3-academy-template-vtexio/storefront/store/blocks/partials/header/dynamic-menu.jsonc

22 lines
464 B
Plaintext
Raw Normal View History

2022-08-11 13:06:07 +00:00
{
"dynamic-menu": {
"props": {
"isMobile": false,
"items": [
{
"iconSrc": "string",
"title": "agencia-m3",
"href": "/lugar-algum",
"internal": true,
"content": "teste"
}
]
}
},
"dynamic-menu#mobile": {
"props": {
"isMobile": true
}
}
}