Merge pull request #3125 from robertalexa/patch-1

Introduce csv as allowed file type in mediable config
This commit is contained in:
Cüneyt Şentürk 2025-03-29 03:14:30 +03:00 committed by GitHub
commit 9e8be67be8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -171,10 +171,12 @@ return [
'mime_types' => [
'application/vnd.ms-excel',
'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet',
'text/csv',
],
'extensions' => [
'xls',
'xlsx',
'csv',
]
],
Plank\Mediable\Media::TYPE_PRESENTATION => [