Skip to content

Commit 8b107ea

Browse files
authored
Add support for .docx file uploads to AllowedMimeTypes
1 parent b356647 commit 8b107ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Media/AllowedMimeTypes.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ abstract class AllowedMimeTypes
4848

4949
'document' => [
5050
'application/pdf',
51+
'application/vnd.openxmlformats-officedocument.wordprocessingml.document',
5152
'image/jpeg',
5253
'image/png',
5354
],

0 commit comments

Comments
 (0)