Add configurable legal pages and admin settings

This commit is contained in:
2026-03-23 16:26:45 +01:00
parent eb3723c4a7
commit 1478aa932b
6 changed files with 645 additions and 120 deletions
+54
View File
@@ -0,0 +1,54 @@
{
"imprint": {
"de": {
"owner_name": "FlixCooks (bitte anpassen)",
"address": "Stra\u00dfe Hausnummer, PLZ Ort, \u00d6sterreich",
"email": "contact@flixcooks.at",
"phone": "+43 660 0000000",
"legal_form": "Kleines Impressum; kein Firmenbucheintrag/UID hinterlegt.",
"business_purpose": "Foodblog & Rezeptmarketing.",
"wko_membership": "",
"authority": "",
"uid": "",
"odr": "https://ec.europa.eu/consumers/odr",
"last_updated": "2026-03-23"
},
"en": {
"owner_name": "FlixCooks (please update)",
"address": "Street number, ZIP City, Austria",
"email": "contact@flixcooks.at",
"phone": "+43 660 0000000",
"legal_form": "Small website notice; no commercial register/UID provided.",
"business_purpose": "Food blog & recipe marketing.",
"wko_membership": "",
"authority": "",
"uid": "",
"odr": "https://ec.europa.eu/consumers/odr",
"last_updated": "2026-03-23"
}
},
"privacy": {
"de": {
"controller": "FlixCooks (bitte anpassen)",
"contact_email": "contact@flixcooks.at",
"contact_phone": "+43 660 0000000",
"address": "Stra\u00dfe Hausnummer, PLZ Ort, \u00d6sterreich",
"hosting_provider": "Hetzner Online GmbH, Industriestr. 25, 91710 Gunzenhausen, Deutschland",
"log_retention_days": 30,
"cookie_statement": "Keine Tracking- oder Marketing-Cookies; nur technisch notwendige.",
"purposes": "Betrieb und Bereitstellung der Website, Beantwortung von Kontaktanfragen.",
"last_updated": "2026-03-23"
},
"en": {
"controller": "FlixCooks (please update)",
"contact_email": "contact@flixcooks.at",
"contact_phone": "+43 660 0000000",
"address": "Street number, ZIP City, Austria",
"hosting_provider": "Hetzner Online GmbH, Industriestr. 25, 91710 Gunzenhausen, Germany",
"log_retention_days": 30,
"cookie_statement": "No tracking or marketing cookies; only technically necessary cookies.",
"purposes": "Operating and providing the website, responding to contact requests.",
"last_updated": "2026-03-23"
}
}
}