Tie in items with permissions/user groups
What are you trying to do?
Similar to my requirements for #144, trying to set up different menu configurations for different user groups.
What's your proposed solution?
I was thinking instead of having to duplicate a layout and apply different permissions for those layouts, we could just set up permissions/user groups within the menu items themselves so it's just one layout that appears differently for the different user groups which will be much less management of the different layouts.
Additional context
No response
So I'll mention that I think I'm opposed to this, purely out of complexity issues, and performance. If we manage permissions per-nav item, that's a whole lot of checking we need to do against every menu item. Similarly, just the UI to be able to manage permissions is a bit cumbersome.
So I'd say that permissions managed on the layout are here to stay. Appreciate the suggestion - never say never!
That's totally fair. If you're happy to do duplication from https://github.com/verbb/cp-nav/issues/144#issuecomment-2655140714, that solves my problem! Cheers