phase-3: add bootstrap-aligned mock configuration payloads

This commit is contained in:
sdarbinyan
2026-07-03 01:31:24 +04:00
parent e0b73923f9
commit 0f1ebbab7e
12 changed files with 600 additions and 0 deletions

View 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
}
}
]
}
]
}