challenge-vtex-io-patricksouza/store/blocks/footer/mobile/menu-mobile.jsonc

32 lines
727 B
Plaintext
Raw Normal View History

{
"vtex.menu@2.x:menu#footer-mobile": {
"props": {
"orientation": "vertical"
},
"children": ["menu-item#sale-mobile", "menu-item#decoration-mobile"]
},
"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#footer-decoration-mobile"]
},
"vtex.menu@2.x:menu#footer-decoration-mobile": {
"props": {
"orientation": "vertical"
},
"children": [
"menu-item#smartphones",
"menu-item#videogames",
"menu-item#tvs"
]
}
}