Feature Request: Declarative Admin Sidebar Navigation (Grouping & Role Guards) #2317
FullThrottle83
started this conversation in
Ideas
Replies: 0 comments
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! We're building a production Astro + EmDash CMS application (20+ collections) with custom role access for external users (e.g., Artist portal role).
Currently, the admin sidebar renders a flat list of all collections. To organize our admin dashboard, we currently have to monkey-patch
SidebarNavto group collections into collapsible sections (Pages, Bookings & Artists, News) and simplify the view for specific roles.It would be awesome to support native declarative sidebar configuration in
astro.config.mjs, for example:This would eliminate the need for custom frontend patches when building complex agency or multi-role applications on EmDash.
All reactions