Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--appinfo/app.php6
-rw-r--r--assets/template.odpbin0 -> 13090 bytes
-rw-r--r--assets/template.odsbin0 -> 7134 bytes
-rw-r--r--assets/template.odtbin0 -> 7938 bytes
4 files changed, 3 insertions, 3 deletions
diff --git a/appinfo/app.php b/appinfo/app.php
index cfecd257..b996505e 100644
--- a/appinfo/app.php
+++ b/appinfo/app.php
@@ -58,9 +58,9 @@ if (class_exists('\OC\Files\Type\TemplateManager')) {
$manager->registerTemplate('application/vnd.openxmlformats-officedocument.wordprocessingml.document', dirname(__DIR__) . '/assets/docxtemplate.docx');
$manager->registerTemplate('application/vnd.openxmlformats-officedocument.spreadsheetml.sheet', dirname(__DIR__) . '/assets/xlsxtemplate.xlsx');
$manager->registerTemplate('application/vnd.openxmlformats-officedocument.presentationml.presentation', dirname(__DIR__) . '/assets/pptxtemplate.pptx');
- $manager->registerTemplate('application/vnd.oasis.opendocument.presentation', dirname(__DIR__) . '/assets/presentation.otp');
- $manager->registerTemplate('application/vnd.oasis.opendocument.text', dirname(__DIR__) . '/assets/document.ott');
- $manager->registerTemplate('application/vnd.oasis.opendocument.spreadsheet', dirname(__DIR__) . '/assets/spreadsheet.ots');
+ $manager->registerTemplate('application/vnd.oasis.opendocument.presentation', dirname(__DIR__) . '/assets/template.odp');
+ $manager->registerTemplate('application/vnd.oasis.opendocument.text', dirname(__DIR__) . '/assets/template.odt');
+ $manager->registerTemplate('application/vnd.oasis.opendocument.spreadsheet', dirname(__DIR__) . '/assets/template.ods');
}
diff --git a/assets/template.odp b/assets/template.odp
new file mode 100644
index 00000000..3800a491
--- /dev/null
+++ b/assets/template.odp
Binary files differ
diff --git a/assets/template.ods b/assets/template.ods
new file mode 100644
index 00000000..998ea21b
--- /dev/null
+++ b/assets/template.ods
Binary files differ
diff --git a/assets/template.odt b/assets/template.odt
new file mode 100644
index 00000000..4717040f
--- /dev/null
+++ b/assets/template.odt
Binary files differ