Files
lasuite-drive/onlyoffice-config.json.tmpl
2026-01-08 17:47:14 -05:00

17 lines
392 B
Cheetah

{
"wopi": {
"enable": true,
"host": "https://{{ env "ONLY_OFFICE_DOMAIN" }}",
"pdfView": [],
"pdfEdit": [],
"forms": [],
"wordView": [],
"wordEdit": ["docx", "dotx", "docm"],
"cellView": [],
"cellEdit": ["xlsx", "xlsb", "xltx", "xlsm", "csv"],
"slideView": [],
"slideEdit": ["pptx", "potx", "pptm"],
"diagramView": [],
"diagramEdit": []
}
}