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:
Ümit Tunç
2025-10-23 15:21:19 -03:00
parent 1bb06c7bd4
commit 5157fe46ba
5 changed files with 61 additions and 2 deletions
+1
View File
@@ -59,6 +59,7 @@ return [
'type_float' => 'Float',
'type_array' => 'Array',
'type_json' => 'JSON',
'type_file' => 'File',
// Groups
'group_general' => 'General',