Files
alfresco-content-app/projects/adf-office-services-ext/README.md
2019-02-11 12:59:02 +00:00

32 lines
526 B
Markdown

# 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:
```sh
npm i -g @ngstack/install
```
In the project root:
```sh
ngi @alfresco/adf-office-services-ext --module=extensions
```
Update `app.extensions.json` and append a reference to the plugin definition:
```json
{
"$references": ["aos.plugin.json"]
}
```