Integrating OnlyOffice

enaio® coLab 10.10 »

enaio® coLab enables you to integrate OnlyOffice via ECMind Embedded Office for enaio® into enaio® documentviewer in the project, which allows you to create and collaborate on documents online.

This requires that Embedded Office for enaio® from ECMind is installed, access to enaio®, and users are able to access Embedded Office for enaio®.

Integration is carried out in the colab-prod.yml configuration file found in the <enaio_installation>\service-manager\config\ directory.

Add the following parameters:

onlyoffice:
  integration:
    active: true
    host: <Embedded-Office_IP>
    path: /desktop/edit/edit/{ObjectTypeId}/{ObjectId}
    mimeTypes:
     - application/vnd.openxmlformats-officedocument.wordprocessingml.document
     - application/vnd.ms-excel
     - application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
     - application/vnd.ms-powerpoint
     - application/msword
     - application/vnd.openxmlformats-officedocument.presentationml.presentation