Skip to content

Commit

Permalink
Merge pull request #4350 from nextcloud/feat/add-more-mimetypes
Browse files Browse the repository at this point in the history
Add Template and pages/numbers/keynote mimetypes
  • Loading branch information
juliusknorr authored Dec 30, 2024
2 parents 8f90726 + 2b581f5 commit 6e24537
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/Capabilities.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,13 @@ class Capabilities implements ICapability {
'application/vnd.ms-visio.drawing',
'application/vnd.wordperfect',
'application/rtf',
'application/vnd.oasis.opendocument.text-template',
'application/vnd.oasis.opendocument.spreadsheet-template',
'application/vnd.oasis.opendocument.presentation-template',
'text/rtf',
'application/x-iwork-pages-sffpages',
'application/x-iwork-numbers-sffnumbers',
'application/x-iwork-keynote-sffkey',
];

public const MIMETYPES_MSOFFICE = [
Expand Down

0 comments on commit 6e24537

Please sign in to comment.