46 lines
797 B
JSON
46 lines
797 B
JSON
{
|
|
"header": [
|
|
{
|
|
"id": "nav-home",
|
|
"labelKey": "nav.home",
|
|
"route": "/",
|
|
"icon": "home",
|
|
"order": 1
|
|
},
|
|
{
|
|
"id": "nav-search",
|
|
"labelKey": "nav.search",
|
|
"route": "/search",
|
|
"icon": "search",
|
|
"order": 2
|
|
},
|
|
{
|
|
"id": "nav-cart",
|
|
"labelKey": "nav.cart",
|
|
"route": "/cart",
|
|
"icon": "cart",
|
|
"order": 3
|
|
}
|
|
],
|
|
"footer": [
|
|
{
|
|
"id": "footer-about",
|
|
"labelKey": "nav.about",
|
|
"route": "/about",
|
|
"order": 1
|
|
},
|
|
{
|
|
"id": "footer-contacts",
|
|
"labelKey": "nav.contacts",
|
|
"route": "/contacts",
|
|
"order": 2
|
|
},
|
|
{
|
|
"id": "footer-privacy",
|
|
"labelKey": "nav.privacy",
|
|
"route": "/privacy-policy",
|
|
"order": 3
|
|
}
|
|
]
|
|
}
|