-
Notifications
You must be signed in to change notification settings - Fork 3
Description
I noticed that the children of the navigation items don't open unless the navigation item is selected (you can see how this works with utilities for example).
Since the Laravel item does not have a route or url, it is never in an "open" state and doesn't display children (not sure if this is something from later versions of Statamic, I'm using V5 right now, and I think this has been like this in V4 as well).
I'm trying to work around this by making a separate section for the Laravel package items. I'm creating a pull request for this in a bit, if you're interested in adding this as well, feel free to merge it. If you would like to see another solution I'm also open to hearing about it 😄
In any case, thanks for the work on the addon, it seems handy for my use case.