Refactor Filament configuration and localization: Updated AdminPanelProvider to streamline plugin integration, added user resource configuration in filament-shield, and adjusted navigation sorting for Filament Users. Modified localization keys for user group settings to improve clarity. Cleaned up CSS for logo display on login page.
This commit is contained in:
@@ -25,6 +25,13 @@ return [
|
||||
],
|
||||
],
|
||||
|
||||
'user_resource' => [
|
||||
'enabled' => true,
|
||||
'slug' => 'shield/users',
|
||||
'show_model_path' => true,
|
||||
'cluster' => null,
|
||||
],
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Multi-Tenancy
|
||||
|
||||
Reference in New Issue
Block a user