/home/ivoiecob/email.hirewise-va.com/data/settings/modules/OfficeDocumentViewer.config.json.bak
{
    "Disabled": [
        false,
        "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": [
        [
            "doc",
            "docx",
            "docm",
            "dotm",
            "dotx",
            "xlsx",
            "xlsb",
            "xls",
            "xlsm",
            "pptx",
            "ppsx",
            "ppt",
            "pps",
            "pptm",
            "potm",
            "ppam",
            "potx",
            "ppsm",
            "odt",
            "odx"
        ],
        "array",
        null,
        "Defines a list of file types which can be viewed by external web service"
    ],
    "ViewerUrl": [
        "https:\/\/view.officeapps.live.com\/op\/view.aspx?src=",
        "string",
        null,
        "URL of external web service used for viewing files"
    ]
}