install
This commit is contained in:
11
config/filament-edit-profile.php
Normal file
11
config/filament-edit-profile.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'locale_column' => 'locale',
|
||||
'theme_color_column' => 'theme_color',
|
||||
'avatar_column' => 'avatar_url',
|
||||
'disk' => env('FILESYSTEM_DISK', 'public'),
|
||||
'visibility' => 'public', // or replace by filesystem disk visibility with fallback value
|
||||
|
||||
'show_custom_fields' => false,
|
||||
];
|
||||
Reference in New Issue
Block a user