forked from M3-Academy/m3-academy-template-vtexio
22 lines
464 B
Plaintext
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
|
|
}
|
|
}
|
|
}
|