phase-3: add bootstrap-aligned mock configuration payloads
This commit is contained in:
30
src/assets/mock/bootstrap/footer.json
Normal file
30
src/assets/mock/bootstrap/footer.json
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"id": "page-footer",
|
||||
"key": "footer",
|
||||
"title": "Footer",
|
||||
"route": {
|
||||
"path": "/_footer"
|
||||
},
|
||||
"layout": "footer-layout",
|
||||
"visible": true,
|
||||
"sections": [
|
||||
{
|
||||
"id": "section-footer-links",
|
||||
"type": "footer-links",
|
||||
"order": 1,
|
||||
"visible": true,
|
||||
"widgets": [
|
||||
{
|
||||
"id": "widget-footer-nav",
|
||||
"type": "footer-navigation",
|
||||
"version": "1.0.0",
|
||||
"visible": true,
|
||||
"props": {
|
||||
"columns": 3,
|
||||
"showPayments": true
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user