winkekatze.tv/databags/navigation.json

22 lines
392 B
JSON
Raw Normal View History

2022-01-21 03:59:34 +01:00
{
"Hällo": {
"href": "/haello"
},
"Veranstaltungen": {
2022-01-31 01:59:28 +01:00
"href": "/events",
"list_childs": true,
"items": {
2022-01-31 03:42:00 +01:00
"Veranstaltungen": "/events",
2022-01-31 01:59:28 +01:00
"list_namespace": "/events"
}
2022-01-21 03:59:34 +01:00
},
"Kontakt": {
"list_childs": true,
"items": {
"Kontakt": "/kontakt",
"Datenschutz": "/datenschutz",
"Impressum": "https://c3woc.de/impressum/"
}
}
}