/home/ivoiecob/email.hirewise-va.com/data/settings/modules/OfficeDocumentEditor.config.json
{
    "Disabled": [
        true,
        "bool",
        null,
        "Setting to true disables the module"
    ],
    "IncludeInMobile": [
        true,
        "bool",
        null,
        "If true, the module is used in mobile version of the interface"
    ],
    "ExtensionsToView": [
        [
            "pdf",
            "rtf",
            "csv",
            "txt",
            "html",
            "htm",
            "mht",
            "djvu",
            "fb2",
            "epub",
            "xps"
        ],
        "array",
        null,
        "List of file types which can only be viewed by OnlyOffice"
    ],
    "ExtensionsToConvert": [
        {
            "doc": "docx",
            "xls": "xlsx",
            "pps": "pptx",
            "ppt": "pptx",
            "odt": "docx",
            "odp": "pptx",
            "ods": "xlsx",
            "xlt": "xlsx",
            "fods": "xlsx",
            "ots": "xlsx",
            "ott": "docx",
            "fodt": "docx",
            "dot": "docx",
            "otp": "pptx",
            "fodp": "pptx",
            "pot": "pptx",
            "docm": "docx",
            "dotx": "docx",
            "dotm": "docx",
            "xltx": "xlsx",
            "xltm": "xlsx",
            "xlsm": "xlsx",
            "potx": "pptx",
            "potm": "pptx",
            "pptm": "pptx",
            "ppsx": "pptx",
            "ppsm": "pptx"
        },
        "array",
        null,
        "List of file types which can only be edited by OnlyOffice into a different format, and target format specified for each entry"
    ],
    "ExtensionsToEdit": [
        [
            "docx",
            "xlsx",
            "pptx"
        ],
        "array",
        null,
        "List of file types which can be edited by OnlyOffice"
    ],
    "DocumentServerUrl": [
        "",
        "string",
        null,
        "OnlyOffice installation URL"
    ],
    "Secret": [
        "",
        "string",
        null,
        "Secret token needs to be specified here if JWT protection is enabled on OnlyOffice"
    ],
    "EnableHistory": [
        true,
        "bool",
        null,
        "Enables Version History feature of document editing"
    ],
    "TrustedServerHost": [
        "",
        "string",
        null,
        "Reserved for future use"
    ]
}