Files
alfresco-content-app/projects/adf-office-services-ext
2019-02-11 14:01:21 +00:00
..
2019-02-08 15:45:39 +02:00
2019-02-08 15:45:39 +02:00
2019-02-08 15:45:39 +02:00
2019-02-08 15:45:39 +02:00
2019-02-08 15:45:39 +02:00
2019-02-08 15:45:39 +02:00
2019-02-08 15:45:39 +02:00

Alfresco Office Services Extension

An extension module for the Alfresco Content Application that enables "Edit in Microsoft Office" feature.

Integrates with:

  • Context Menus
  • Toolbars
  • Viewer / Open With

Installation

Install the ngi as a global tool:

npm i -g @ngstack/install

In the project root:

ngi @alfresco/adf-office-services-ext --module=extensions

Update app.extensions.json and append a reference to the plugin definition:

{
  "$references": ["aos.plugin.json"]
}