4.0.0 • Published 1 year ago

@alfresco/adf-office-services-ext v4.0.0

Weekly downloads
5
License
LGPL-3.0
Repository
github
Last release
1 year ago

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

Automated 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"]
}

Manual Installation

Install the extension library

npm i @alfresco/adf-office-services-ext

Update the extensions.module.ts and import corresponding module.

import { NgModule } from '@angular/core';
import { AosExtensionModule } from '@alfresco/adf-office-services-ext';

// Main entry point for external extensions only.
// For any application-specific code use CoreExtensionsModule instead.

@NgModule({
  imports: [AosExtensionModule]
})
export class AppExtensionsModule {}

Setup the resource references in the angular.json assets section:

{
  "glob": "**/*.json",
  "input": "node_modules/@alfresco/adf-office-services-ext/assets",
  "output": "./assets/plugins"
}

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

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

Disable and Enable the extension after it is installed

There's an environment that can disable or enable the installed extension.

In the app.config.json file there's a aosPlugin boolean variable where you can toggle the value false or true if you want to hide or show the extension.

The extension is enabled by default.

4.0.0

1 year ago

4.0.0-A.3

1 year ago

4.0.0-A.2-10337

1 year ago

4.0.0-A.3.3072

1 year ago

4.0.0-A.3.3074

1 year ago

4.0.0-A.2-10338

1 year ago

4.0.0-A.2-10175

1 year ago

4.0.0-A.2-10133

1 year ago

4.0.0-A.2-10012

1 year ago

4.0.0-A.2-10253

1 year ago

4.0.0-A.2-10280

1 year ago

4.0.0-A.2-10402

1 year ago

4.0.0-A.2-10325

1 year ago

4.0.0-A.2-10006

1 year ago

4.0.0-A.2-10401

1 year ago

4.0.0-A.2-10368

1 year ago

4.0.0-A.2-10203

1 year ago

4.0.0-A.2-10202

1 year ago

4.0.0-A.2-10009

1 year ago

4.0.0-A.2-10404

1 year ago

4.0.0-A.2-10241

1 year ago

4.0.0-A.2-10284

1 year ago

4.0.0-A.2-10240

1 year ago

4.0.0-A.2-10162

1 year ago

4.0.0-A.2-10085

1 year ago

4.0.0-A.2-10245

1 year ago

4.0.0-A.2-10122

1 year ago

4.0.0-A.2-10190

1 year ago

4.0.0-A.2-10436

1 year ago

4.0.0-A.2-10315

1 year ago

4.0.0-A.2-10238

1 year ago

4.0.0-A.2-10116

1 year ago

4.0.0-A.2-10472

1 year ago

4.0.0-A.3-3051

1 year ago

4.0.0-A.2-10470

1 year ago

4.0.0-A.2-10392

1 year ago

4.0.0-A.2-10150

1 year ago

4.0.0-A.2-10432

1 year ago

4.0.0-A.2-10431

1 year ago

4.0.0-A.2-10398

1 year ago

4.0.0-A.2-10277

1 year ago

4.0.0-A.2-10397

1 year ago

4.0.0-A.2-10275

1 year ago

4.0.0-A.2-10469

1 year ago

4.0.0-A.2-10468

1 year ago

4.0.0-A.2-10467

1 year ago

4.0.0-A.2-10466

1 year ago

4.0.0-A.3-3065

1 year ago

4.0.0-A.3-3064

1 year ago

4.0.0-A.2-10021

1 year ago

4.0.0-A.3-3063

1 year ago

4.0.0-A.2-10460

1 year ago

4.0.0-A.3-3061

1 year ago

4.0.0-A.3.3069

1 year ago

4.0.0-A.3-3060

1 year ago

4.0.0-A.3.3068

1 year ago

4.0.0-A.2-10188

1 year ago

4.0.0-A.2-9960

1 year ago

4.0.0-A.2-9984

1 year ago

4.0.0-A.2-9967

1 year ago

4.0.0-A.2-9947

1 year ago

4.0.0-A.2-9995

1 year ago

4.0.0-A.2-9973

1 year ago

4.0.0-A.2-9950

1 year ago

4.0.0-A.2-9931

1 year ago

4.0.0-A.2-10003

1 year ago

4.0.0-A.2-9956

1 year ago

4.0.0-A.2-9934

1 year ago

2.0.1

4 years ago

1.12.0

4 years ago

1.11.0

4 years ago

0.0.11

4 years ago

0.0.10

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago