list childs
This commit is contained in:
parent
7146e73254
commit
691fd6c7dc
1 changed files with 5 additions and 1 deletions
|
@ -3,7 +3,11 @@
|
||||||
"href": "/haello"
|
"href": "/haello"
|
||||||
},
|
},
|
||||||
"Veranstaltungen": {
|
"Veranstaltungen": {
|
||||||
"href": "/events"
|
"href": "/events",
|
||||||
|
"list_childs": true,
|
||||||
|
"items": {
|
||||||
|
"list_namespace": "/events"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"Kontakt": {
|
"Kontakt": {
|
||||||
"list_childs": true,
|
"list_childs": true,
|
||||||
|
|
Loading…
Reference in a new issue