Merge pull request #3125 from robertalexa/patch-1
Introduce csv as allowed file type in mediable config
This commit is contained in:
commit
9e8be67be8
|
|
@ -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 => [
|
||||
|
|
|
|||
Loading…
Reference in New Issue