Skip to content

Commit

Permalink
feat: Add apple pages/numbers/keynote mimetypes
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Knorr <[email protected]>
  • Loading branch information
juliusknorr committed Dec 19, 2024
1 parent 15ea8ed commit 2b581f5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/Capabilities.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ class Capabilities implements ICapability {
'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 2b581f5

Please sign in to comment.