blazor-starter-kit
blazor-starter-kit copied to clipboard
How to make this group name and nav item relationship configurable?
I see this group name of navmenu construct is hard code in the navmenu component, So, I wonder if there is any way to make it configurable with the permission setting step?

@neozhu As a variant, can move this setting into a separate yaml-file and dynamically construct the menu from it.
@unchase Please give me a simple example of yaml-file
I managed to archive a similar thing using composition, I was using the tree View MudBlazor Component for rendering
I managed to archive a similar thing using composition, I was using the tree View MudBlazor Component for rendering
Hi, @hnicolus Can you create the PR with your solution of this issue?