Enhance settings form and model: Added support for date and datetime types in SettingForm with corresponding fields and visibility logic. Updated Setting model to handle new value types and modified migration to include date and datetime in the type enum. Enhanced localization files to support new type labels in both English and Turkish.
This commit is contained in:
@@ -60,6 +60,8 @@ return [
|
||||
'type_array' => 'Dizi',
|
||||
'type_json' => 'JSON',
|
||||
'type_file' => 'Dosya',
|
||||
'type_date' => 'Tarih',
|
||||
'type_datetime' => 'Tarih ve Saat',
|
||||
|
||||
// Groups
|
||||
'group_general' => 'Genel',
|
||||
|
||||
Reference in New Issue
Block a user