diff --git a/config/customMimeTypes.php b/config/customMimeTypes.php index c78f3e0fa..45d063951 100644 --- a/config/customMimeTypes.php +++ b/config/customMimeTypes.php @@ -1,9 +1,9 @@ 'application/vnd.openxmlformats-officedocument.presentationml.presentation', 'pm' => 'text/plain', 'pmt' => 'text/plain', - 'pmx' => 'application/xml', + 'pmx' => ['application/xml', 'text/xml', 'text/html'], + 'pmx2' => ['application/xml', 'text/xml', 'text/html'], 'po' => 'text/x-po', 'pdf' => 'application/pdf', 'png' => 'image/png',