phase-3: add bootstrap-aligned mock configuration payloads
This commit is contained in:
45
src/assets/mock/bootstrap/navigation.json
Normal file
45
src/assets/mock/bootstrap/navigation.json
Normal file
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user