Adding Custom Page in Navigation
I have created a custom page which I have added in
What I want is to add this now to the NavigationGroup. Its appearing on the sidebar but I want it to appear under NavigationGroup. I have tried to add the navigation group inside the custom page itself as:
config as:What I want is to add this now to the NavigationGroup. Its appearing on the sidebar but I want it to appear under NavigationGroup. I have tried to add the navigation group inside the custom page itself as:
protected static ?string $navigationGroup = 'Loans'; but its not working