legal documents improved, gäste-pwa uploads optimiert: client-side compression/resize.
This commit is contained in:
@@ -2353,7 +2353,7 @@ class EventPublicController extends BaseController
|
||||
}
|
||||
|
||||
$validated = $request->validate([
|
||||
'photo' => ['required', 'image', 'max:6144'], // 6 MB
|
||||
'photo' => ['required', 'image', 'max:12288'], // 12 MB
|
||||
'emotion_id' => ['nullable', 'integer'],
|
||||
'emotion_slug' => ['nullable', 'string'],
|
||||
'task_id' => ['nullable', 'integer'],
|
||||
|
||||
Reference in New Issue
Block a user