mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00: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"]
}