35 lines
928 B
JSON
35 lines
928 B
JSON
[
|
|
{
|
|
"Header" : {
|
|
"config" : {"sticky": true},
|
|
"children" : [
|
|
{
|
|
"Nav": {
|
|
"config": {
|
|
"left": [
|
|
{ "VtSideMenu": {} }
|
|
],
|
|
"center": [
|
|
{ "HomeButton": { "config" : {"label":"Medusa Store"}} }
|
|
],
|
|
"right": [
|
|
{ "AccountButton": {
|
|
"config": {
|
|
"label": "Account",
|
|
"className": "hover:text-ui-fg-base"
|
|
}
|
|
}
|
|
},
|
|
{ "VtCartButton" : {} }
|
|
]
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{ "CartMismatchBanner": { "config": {"show": true} } },
|
|
{ "FreeShippingPriceNudge": { "config": {"variant": "popup" }} },
|
|
{ "PropsChildren" : {}},
|
|
{ "Footer": { "config" : {"copyrightText": "© 2025 MyShop"} } }
|
|
] |