Include Metable trait to all menu related classes
#5960
Unanswered
milewski
asked this question in
Ideas & Feature Requests
Replies: 1 comment
-
|
Hi, +1 here ! I'm using @milewski dcasia/collapsible-resource-manager for my Nova's apps. This package improve a lot the navigation, overall if application has many modules. Mainly I would like to:
Thank you |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
Hi, can we have the
Metabletrait included in theMenuSection,MenuItem,MenuGroup, andMenuListsince they all include theMacroabletrait? It doesn't serve much purpose if we can't append extra data before JSON serialization.For instance, I'm currently working on enhancing the UX of larger menus, in this package: Collapsible Resource Manager. It would be far more convenient if I could implement these improvements using the original classes rather than having to extend and create my own.
Beta Was this translation helpful? Give feedback.
All reactions