Add file type support in settings: Updated SettingForm to include a file upload field for settings, modified the Setting model to handle file values, and added a migration to accommodate the new file type. Enhanced localization files to support the new file type label in both English and Turkish.
This commit is contained in:
@@ -59,6 +59,7 @@ return [
|
||||
'type_float' => 'Ondalıklı Sayı',
|
||||
'type_array' => 'Dizi',
|
||||
'type_json' => 'JSON',
|
||||
'type_file' => 'Dosya',
|
||||
|
||||
// Groups
|
||||
'group_general' => 'Genel',
|
||||
|
||||
Reference in New Issue
Block a user