webseite/databags/navigation.json

32 lines
594 B
JSON
Raw Normal View History

2021-06-24 23:44:12 +02:00
{
"Start": {
"href": "/"
},
"Rezepte": {
"href": "/rezept",
"list_childs": true,
"items": {
"list_namespace": "/rezept/",
"Rezept Feed": "/feed_rezepte.xml"
}
},
2022-05-09 23:39:23 +02:00
"Mitmachen": {
"href": "/mitmachen",
2022-05-05 23:01:55 +02:00
"list_childs": false,
2021-06-24 23:44:12 +02:00
"items": {
"Mitmachen": "/mitmachen",
2021-08-11 01:21:25 +02:00
"Hygiene": "/hygiene",
2021-06-24 23:44:12 +02:00
"Bilder": "https://waffel.li/",
"Videos": "https://waffel.tv/"
}
},
"Kontakt": {
2022-05-11 02:04:18 +02:00
"href": "/kontakt",
2021-06-24 23:44:12 +02:00
"list_childs": true,
"items": {
2022-05-09 02:26:42 +02:00
"Impressum": "/impressum",
2022-05-11 02:04:18 +02:00
"Datenschutz": "/datenschutz"
2021-06-24 23:44:12 +02:00
}
}
}