37 lines
694 B
JSON
37 lines
694 B
JSON
{
|
|
"Was wir tun": {
|
|
"href": "/about",
|
|
"visible": true,
|
|
"list_childs": false,
|
|
"items": {
|
|
"Kompetenzen": "/about/kompetenzen"
|
|
}
|
|
},
|
|
"Mitglieder": {
|
|
"href": "/mitglieder",
|
|
"visible": true,
|
|
"list_childs": true,
|
|
"items": {
|
|
"Satzung": "/mitglieder/satzung",
|
|
"Mitglied werden": "/mitglieder/beitreten"
|
|
}
|
|
},
|
|
"Aktuelles": {
|
|
"href": "/aktuelles",
|
|
"visible": true,
|
|
"list_childs": true,
|
|
"items": {
|
|
"Blog": "/blog",
|
|
"Podcast": "/podcast"
|
|
}
|
|
},
|
|
"Kontakt": {
|
|
"href": "/kontakt",
|
|
"list_childs": true,
|
|
"items": {
|
|
"Impressum": "/impressum",
|
|
"Datenschutz": "/datenschutz"
|
|
}
|
|
}
|
|
}
|