arch(sprint1): drive widget registry from manifest

This commit is contained in:
sdarbinyan
2026-07-03 02:07:12 +04:00
parent 8132c1a535
commit 8d47920fa3
3 changed files with 93 additions and 15 deletions

View File

@@ -0,0 +1,22 @@
{
"widgets": [
{
"type": "hero",
"version": "1.0.0",
"componentKey": "hero",
"enabled": true
},
{
"type": "footer-navigation",
"version": "1.0.0",
"componentKey": "footer-navigation",
"enabled": true
},
{
"type": "product-carousel",
"version": "1.0.0",
"componentKey": "product-carousel",
"enabled": true
}
]
}