Merge pull request #4509 from owncloud/add-odf-templates-master

adding file templates for ods, odt and odp
This commit is contained in:
Morris Jobke 2013-08-19 01:54:54 -07:00
commit a1d5aba5fd
4 changed files with 3 additions and 1 deletions

View File

@ -24,4 +24,6 @@ OC_Search::registerProvider('OC_Search_Provider_File');
$templateManager = OC_Helper::getFileTemplateManager();
$templateManager->registerTemplate('text/html', 'core/templates/filetemplates/template.html');
$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');

Binary file not shown.

Binary file not shown.

Binary file not shown.