Files
marketplaces/src/assets/mock/bootstrap/footer.json

31 lines
567 B
JSON

{
"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
}
}
]
}
]
}