m3-academy-template-vtexio-.../storefront/store/blocks/partials/header/top-bar.jsonc

18 lines
397 B
Plaintext
Raw Normal View History

2022-08-11 13:06:07 +00:00
{
"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"
}
}
}