© 2026 Hedgehog Software, LLC
public static function form(Form $form): Form { return $form ->schema([ TextInput::make('config.file_expire_days') ->integer() ->default(30) ->required(), ]); }
protected $casts = [ 'config' => 'array', 'config->notify_project_expire_days' => 'array', 'config->project_expire_days' => 'integer', 'config->file_expire_days' => 'integer', ];
file_expire_days
{"base_path": "test", "file_expire_days": "15", "auto_delete_files": true, "project_expire_days": 30, "notify_project_expire_days": [14, "7", "1"]}