m3-academy-template-vtexio/storefront/store/blocks/partials/header/dynamic-menu.jsonc
Caroline Moran f2a03c53ae first commit
2022-08-11 09:06:07 -04:00

22 lines
464 B
Plaintext

{
"dynamic-menu": {
"props": {
"isMobile": false,
"items": [
{
"iconSrc": "string",
"title": "agencia-m3",
"href": "/lugar-algum",
"internal": true,
"content": "teste"
}
]
}
},
"dynamic-menu#mobile": {
"props": {
"isMobile": true
}
}
}