Introduce csv as allowed file type in mediable config

This commit is contained in:
Robert Alexa 2024-01-09 22:01:14 +00:00 committed by GitHub
parent e1ba4c33d0
commit dffc1370f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

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