webseite/databags/navigation.json

24 lines
400 B
JSON
Raw Normal View History

{
2023-05-16 11:51:19 +02:00
"Was wir tun": {
"href": "/about",
2021-03-03 22:35:08 +01:00
"visible": true,
2023-05-16 11:51:19 +02:00
"list_childs": false,
"items": {}
},
"Was geht ab?": {
"href": "/aktuelles",
"visible": true,
"list_childs": false,
"items": {
"Blog": "/blog",
"Podcast": "/podcast"
}
},
"Mitglied werden": {
"href": "/mitglieder",
"visible": true,
"list_childs": false,
"items": {}
}
}