4.0.0 • Published 2 years ago

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

Weekly downloads
5
License
LGPL-3.0
Repository
github
Last release
2 years 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-4895469735

2 years ago

4.0.0

2 years ago

4.0.0-4903065157

2 years ago

4.0.0-4912999639

2 years ago

4.0.0-4897274186

2 years ago

4.0.0-4926331085

2 years ago

4.0.0-4926348856

2 years ago

4.0.0-4895233349

2 years ago

4.0.0-4895381898

2 years ago

4.0.0-A.3

2 years ago

4.0.0-A.2-10337

3 years ago

4.0.0-A.3.3072

2 years ago

4.0.0-A.3.3074

2 years ago

4.0.0-A.2-10338

3 years ago

4.0.0-A.2-10175

3 years ago

4.0.0-A.2-10133

3 years ago

4.0.0-A.2-10012

3 years ago

4.0.0-A.2-10253

3 years ago

4.0.0-A.2-10280

3 years ago

4.0.0-A.2-10402

3 years ago

4.0.0-A.2-10325

3 years ago

4.0.0-A.2-10006

3 years ago

4.0.0-A.2-10401

3 years ago

4.0.0-A.2-10368

3 years ago

4.0.0-A.2-10203

3 years ago

4.0.0-A.2-10202

3 years ago

4.0.0-A.2-10009

3 years ago

4.0.0-A.2-10404

3 years ago

4.0.0-A.2-10241

3 years ago

4.0.0-A.2-10284

3 years ago

4.0.0-A.2-10240

3 years ago

4.0.0-A.2-10162

3 years ago

4.0.0-A.2-10085

3 years ago

4.0.0-A.2-10245

3 years ago

4.0.0-A.2-10122

3 years ago

4.0.0-A.2-10190

3 years ago

4.0.0-A.2-10436

3 years ago

4.0.0-A.2-10315

3 years ago

4.0.0-A.2-10238

3 years ago

4.0.0-A.2-10116

3 years ago

4.0.0-A.2-10472

3 years ago

4.0.0-A.3-3051

2 years ago

4.0.0-A.2-10470

3 years ago

4.0.0-A.2-10392

3 years ago

4.0.0-A.2-10150

3 years ago

4.0.0-A.2-10432

3 years ago

4.0.0-A.2-10431

3 years ago

4.0.0-A.2-10398

3 years ago

4.0.0-A.2-10277

3 years ago

4.0.0-A.2-10397

3 years ago

4.0.0-A.2-10275

3 years ago

4.0.0-A.2-10469

3 years ago

4.0.0-A.2-10468

3 years ago

4.0.0-A.2-10467

3 years ago

4.0.0-A.2-10466

3 years ago

4.0.0-A.3-3065

2 years ago

4.0.0-A.3-3064

2 years ago

4.0.0-A.2-10021

3 years ago

4.0.0-A.3-3063

2 years ago

4.0.0-A.2-10460

3 years ago

4.0.0-A.3-3061

2 years ago

4.0.0-A.3.3069

2 years ago

4.0.0-A.3-3060

2 years ago

4.0.0-A.3.3068

2 years ago

4.0.0-A.2-10188

3 years ago

4.0.0-A.2-9960

3 years ago

4.0.0-A.2-9984

3 years ago

4.0.0-A.2-9967

3 years ago

4.0.0-A.2-9947

3 years ago

4.0.0-A.2-9995

3 years ago

4.0.0-A.2-9973

3 years ago

4.0.0-A.2-9950

3 years ago

4.0.0-A.2-9931

3 years ago

4.0.0-A.2-10003

3 years ago

4.0.0-A.2-9956

3 years ago

4.0.0-A.2-9934

3 years ago

2.0.1

5 years ago

1.12.0

5 years ago

1.11.0

5 years ago

0.0.11

5 years ago

0.0.10

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago