refactor: simplify editor actions into single direct save button

This commit is contained in:
Daniel S
2026-08-09 23:48:02 +02:00
parent 9284717a80
commit 831a0d53f0
3 changed files with 23 additions and 19 deletions

View File

@@ -1,5 +1,4 @@
{
"updated_at": "2026-08-09T20:59:44.639Z",
"siteName": "N&D IT Solutions",
"metaDescription": "High-Performance Webdesign & Digital Solutions - 100% DSGVO-konform.",
"is_demo_mode": false,
@@ -132,7 +131,23 @@
"slug": "/",
"title": "Startseite (Hauptseite)",
"is_published": true,
"sections": []
"sections": [
{
"id": "hero",
"type": "HeroSection",
"settings": {}
},
{
"id": "bento",
"type": "BentoGrid",
"settings": {}
},
{
"id": "contact",
"type": "ContactSection",
"settings": {}
}
]
},
{
"id": "page_templates",