Introduce csv as allowed file type in mediable config
This commit is contained in:
parent
e1ba4c33d0
commit
dffc1370f3
|
|
@ -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 => [
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue