m3-academy-template-vtexio-.../storefront/store/blocks/partials/header/top-bar.jsonc
Caroline Moran f2a03c53ae first commit
2022-08-11 09:06:07 -04:00

18 lines
397 B
Plaintext

{
"flex-layout.row#top-bar": {
"children": ["link#top-bar"],
"props": {
"blockClass": "top-bar",
"horizontalAlign": "center",
"preventHorizontalStretch": false
}
},
"link#top-bar": {
"props": {
"href": "Agencia M3",
"label": "Agencia M3",
"blockClass": "top-bar"
}
}
}