mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
32 lines
526 B
Markdown
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"]
|
|
}
|
|
```
|