m3-academy-template-vtexio/storefront/store/blocks/partials/header/dynamic-menu.jsonc
2022-08-11 09:33:06 -04:00

75 lines
2.6 KiB
Plaintext

{
"dynamic-menu": {
"props": {
"isMobile": false,
"items": [
{
"MenuItemProps": {
"iconSrc": "string",
"title": "Teste",
"href": "/",
"internal": true,
"content": "Teste",
"items": [
{
"SubMenuItemProps": {
"iconSrc": "string",
"title": "Teste",
"href": "/",
"internal": true,
"content": "Teste"
}
},
{
"SubMenuItemProps": {
"iconSrc": "string",
"title": "Inverno 2021",
"href": "/",
"internal": true,
"content": "Inverno 2021"
}
}
]
}
}
]
}
},
"dynamic-menu#mobile": {
"props": {
"isMobile": true,
"items": [
{
"MenuItemProps": {
"iconSrc": "string",
"title": "Teste",
"href": "/",
"internal": true,
"content": "Teste",
"items": [
{
"SubMenuItemProps": {
"iconSrc": "string",
"title": "Teste",
"href": "/",
"internal": true,
"content": "Teste"
}
},
{
"SubMenuItemProps": {
"iconSrc": "string",
"title": "Inverno 2021",
"href": "/",
"internal": true,
"content": "Inverno 2021"
}
}
]
}
}
]
}
}
}