Skip to content

Commit

Permalink
Add odg template
Browse files Browse the repository at this point in the history
  • Loading branch information
JammingBen committed Dec 14, 2021
1 parent c705469 commit 59d9f58
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/files/appinfo/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
$templateManager->registerTemplate('application/vnd.oasis.opendocument.presentation', 'core/templates/filetemplates/template.odp');
$templateManager->registerTemplate('application/vnd.oasis.opendocument.text', 'core/templates/filetemplates/template.odt');
$templateManager->registerTemplate('application/vnd.oasis.opendocument.spreadsheet', 'core/templates/filetemplates/template.ods');
$templateManager->registerTemplate('application/vnd.oasis.opendocument.graphics', 'core/templates/filetemplates/template.odg');

\OCA\Files\App::getNavigationManager()->add(function () {
$l = \OC::$server->getL10N('files');
Expand Down
Binary file added core/templates/filetemplates/template.odg
Binary file not shown.

0 comments on commit 59d9f58

Please sign in to comment.