33 lines
797 B
Plaintext
33 lines
797 B
Plaintext
{
|
|
"vtex.menu@2.x:menu#footer-mobile": {
|
|
"props": {
|
|
"orientation": "vertical"
|
|
},
|
|
"children": ["menu-item#sale-mobile", "menu-item#decoration-mobile"]
|
|
},
|
|
"menu-item#sale-mobile": {
|
|
"props": {
|
|
"itemProps": {
|
|
"tagTitle": "comprar",
|
|
"text": "comprar"
|
|
}
|
|
},
|
|
"blocks": ["vtex.menu@2.x:submenu.accordion#sale-mobile"]
|
|
},
|
|
"vtex.menu@2.x:submenu.accordion#sale-mobile": {
|
|
"children": ["vtex.menu@2.x:menu#link-1"]
|
|
},
|
|
"menu-item#decoration-mobile": {
|
|
"props": {
|
|
"itemProps": {
|
|
"tagTitle": "Decoration",
|
|
"text": "Decoration"
|
|
}
|
|
},
|
|
"blocks": ["vtex.menu@2.x:submenu.accordion#decoration"]
|
|
},
|
|
"vtex.menu@2.x:submenu.accordion#decoration": {
|
|
"children": ["vtex.menu@2.x:menu#link-2"]
|
|
}
|
|
}
|