I'm working on a Bolt driven website which has quite a few contenttypes. Some of which are related to one another. It would be nice to break down the content menu in the admin section to make it easier to see related content.
So for example the list currently is something like this:
one
two
three
four
five
six
etc
I was thinking just a divider line similar to what appears in the settings menu would be enough to help the admin user's eye.
one
two
three
four
----------------
five
six
----------------
etc
Is there a way I could achieve this?