mirror of
https://github.com/suitenumerique/drive.git
synced 2026-08-25 15:42:23 +02:00
We want to use both collabora and onlyoffice. We add onlyoffice in the compose stack.
17 lines
375 B
JSON
17 lines
375 B
JSON
{
|
|
"wopi": {
|
|
"enable": true,
|
|
"host": "http://localhost:9981",
|
|
"pdfView": [],
|
|
"pdfEdit": [],
|
|
"forms": [],
|
|
"wordView": [],
|
|
"wordEdit": ["docx", "dotx", "docm"],
|
|
"cellView": [],
|
|
"cellEdit": ["xlsx", "xlsb", "xltx", "xlsm", "csv"],
|
|
"slideView": [],
|
|
"slideEdit": ["pptx", "potx", "pptm"],
|
|
"diagramView": [],
|
|
"diagramEdit": []
|
|
}
|
|
} |