Admin collection Group default expanded/collapsed setting and reordered #10359
mustardpete
started this conversation in
Feature Requests & Ideas
Replies: 1 comment
-
This would greatly clean up our admin panel for initial onboarding. |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Existing situation:
When adding collection to groups, in order to group them on the left nav, the groups are always expanded by default. This causes the left nav to get quite messy when you have a number of collections
Feature request:
Add config option to allow groups to be expanded/collapsed as a default state
Easy quick option:
Single config for defaulting all groups globally
Ideal more complete option:
Define the groups in a separate config object, this means the setting can be defined for each group and the groups can be ordered too as at the moment groups just pick up from the order they are added in admin but collections and globals cant be mix ordered
Then on the collection refer to the group name:
If no groups object is set or is set to false, then fall back to working as it is now, using the string to group so not a breaking change
Beta Was this translation helpful? Give feedback.
All reactions