Add protected static ?int $navigationSort feature for navigation order configuration #124
JonayMedina
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
-
Hello Filament Logger team,
I would like to request the addition of a new feature to the filament-logger package that allows for configuring the navigation order in a similar way to the getNavigationGroup function.
protected static ?int $navigationSort;
This feature would allow users to configure and customize the navigation order directly from their applications, improving the flexibility and user experience of the package. Similar to the getNavigationGroup function, this would provide a consistent and simple way to manage navigation properties.
Beta Was this translation helpful? Give feedback.
All reactions