Skip to content

Commit

Permalink
Add more acceptable file types
Browse files Browse the repository at this point in the history
  • Loading branch information
Baspa committed Dec 25, 2024
1 parent 2848642 commit 27189ff
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion config/media-picker.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
'image/png',
'image/webp',
'image/svg+xml',
'video/mp4',
'video/webm',
'audio/mpeg',
'audio/ogg',
'application/pdf',
],

Expand Down Expand Up @@ -56,4 +60,4 @@
'navigation_count_badge' => false,
'resource' => \Vormkracht10\MediaPicker\Resources\MediaResource::class,
],
];
];

0 comments on commit 27189ff

Please sign in to comment.