17 lines
392 B
Cheetah
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": []
|
|
}
|
|
} |