Wagtail is wonderfull CMS. I do have a question how to add submenu's in the admin. I got a custom model Locations in that model I got 2 foreignkeys. To manage the locations model in created via modeladmin a menu. However to manage the city's or foreignkey content I also need to create in modeladmin.
I only see an option in modeladmin to add the item to the settings menu. What I need in my admin is the following
+ pages
++ ...
+ locations
++ locations
++ cities
++ tags
+ ...
Currently I only can determine the order via the menu_order=200
Is there a way to make the navigation in wagtail have sub nav
You can use
ModelAdminGroupto group several ModelAdmin views into a submenu:http://docs.wagtail.io/en/stable/reference/contrib/modeladmin/index.html#a-more-complicated-example