forked from M3-Academy/m3-academy-template-vtexio
75 lines
2.6 KiB
Plaintext
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"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|