From dffc1370f36797b3f5e52bfae8b9e02e70f80e9e Mon Sep 17 00:00:00 2001 From: Robert Alexa Date: Tue, 9 Jan 2024 22:01:14 +0000 Subject: [PATCH] Introduce csv as allowed file type in mediable config --- config/mediable.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/mediable.php b/config/mediable.php index 7ff3f9bab..0d6af019c 100644 --- a/config/mediable.php +++ b/config/mediable.php @@ -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 => [