Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos-mynij-dev
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Mynij
slapos-mynij-dev
Commits
aa0f051b
Commit
aa0f051b
authored
Jan 28, 2018
by
Boris Kocherov
Committed by
Romain Courteaud
Feb 26, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
recipe/generic_cloudooo: OnlyOffice converter support odf
parent
79cc240c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
slapos/recipe/generic_cloudooo/__init__.py
slapos/recipe/generic_cloudooo/__init__.py
+6
-0
No files found.
slapos/recipe/generic_cloudooo/__init__.py
View file @
aa0f051b
...
@@ -76,6 +76,12 @@ default_mimetype_entry_list = [
...
@@ -76,6 +76,12 @@ default_mimetype_entry_list = [
"application/x-asc-text application/vnd.openxmlformats-officedocument.wordprocessingml.document x2t"
,
"application/x-asc-text application/vnd.openxmlformats-officedocument.wordprocessingml.document x2t"
,
"application/x-asc-spreadsheet application/vnd.openxmlformats-officedocument.spreadsheetml.sheet x2t"
,
"application/x-asc-spreadsheet application/vnd.openxmlformats-officedocument.spreadsheetml.sheet x2t"
,
"application/x-asc-presentation application/vnd.openxmlformats-officedocument.presentationml.presentation x2t"
,
"application/x-asc-presentation application/vnd.openxmlformats-officedocument.presentationml.presentation x2t"
,
"application/vnd.oasis.opendocument.text application/x-asc-text x2t"
,
"application/vnd.oasis.opendocument.spreadsheet application/x-asc-spreadsheet x2t"
,
"application/vnd.oasis.opendocument.presentation application/x-asc-presentation x2t"
,
"application/x-asc-text application/vnd.oasis.opendocument.text x2t"
,
"application/x-asc-spreadsheet application/vnd.oasis.opendocument.spreadsheet x2t"
,
"application/x-asc-presentation application/vnd.oasis.opendocument.presentation x2t"
,
]
]
class
Recipe
(
GenericBaseRecipe
):
class
Recipe
(
GenericBaseRecipe
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment