Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/maven/fixes/8.1' into maven/rele…
Browse files Browse the repository at this point in the history
…ase/8.1
  • Loading branch information
metaventis-build committed Jan 16, 2024
2 parents 9f6a818 + 3251224 commit 786da85
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,19 @@ connectorList.connectors+={
- Set values for
- __ONLYOFFICE_DOCUMENT_SERVER__ URL of the document server
- __ONLYOFFICE_PLUGIN_URL__ optional, if you want to use custom plugins

To enable the OnlyOffice editing, please add the following into your `edu-sharing.conf` in the repository (Admin Tools / Global system configuration):
```
connectorList.connectors+={
id:"ONLY_OFFICE", icon:"edit", showNew: true, onlyDesktop: false, hasViewMode: true,
filetypes:[
{mimetype: "application/vnd.openxmlformats-officedocument.wordprocessingml.document",filetype: "docx",createable: true,editable: true},
{mimetype: "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",filetype: "xlsx",createable: true,editable: true},
{mimetype: "application/vnd.openxmlformats-officedocument.presentationml.presentation",filetype: "pptx",createable: true,editable: true}
]
}
```

### ONYX
- Setup the ONYX editor
- Set values for
Expand Down

0 comments on commit 786da85

Please sign in to comment.