07-05-2026
This commit is contained in:
parent
3f3a81a21c
commit
18ca2ce858
11 changed files with 40 additions and 12 deletions
|
|
@ -63,7 +63,7 @@ class DisplayMediaPicker extends Component
|
|||
{
|
||||
$this->validate([
|
||||
'quickUploads' => 'nullable|array|max:5',
|
||||
'quickUploads.*' => 'file|mimes:jpeg,jpg,png,gif,webp,mp4,webm,mov|max:51200',
|
||||
'quickUploads.*' => 'file|mimes:jpeg,jpg,png,gif,webp,mp4,webm,mov|max:204800',
|
||||
]);
|
||||
|
||||
$service = app(DisplayMediaService::class);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue