Files
lasuite-drive/docker/onlyoffice/local-development.json
2026-04-09 14:53:58 +02:00

17 lines
619 B
JSON

{
"wopi": {
"enable": true,
"host": "http://localhost:9981",
"pdfView": ["pdf"],
"pdfEdit": [],
"forms": [],
"wordView": ["djvu", "epub", "fb2", "html", "mht", "mhtml", "stw", "sxw", "wps", "wpt", "xml"],
"wordEdit": ["docx", "dotx", "docm", "doc", "dot", "docm", "odt", "ott", "rtf", "txt"],
"cellView": ["et", "ett", "sxc"],
"cellEdit": ["xlsx", "xlsb", "xltx", "xlsm", "csv", "xls", "xlt", "ods", "ots", "fods"],
"slideView": ["dps", "dpt", "sxi"],
"slideEdit": ["pptx", "potx", "pptm", "ppt", "pot", "odp", "otp", "ppsx"],
"diagramView": [],
"diagramEdit": []
}
}