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

2 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

2 years ago

4.0.0-A.2-10175

2 years ago

4.0.0-A.2-10133

2 years ago

4.0.0-A.2-10012

2 years ago

4.0.0-A.2-10253

2 years ago

4.0.0-A.2-10280

2 years ago

4.0.0-A.2-10402

2 years ago

4.0.0-A.2-10325

2 years ago

4.0.0-A.2-10006

2 years ago

4.0.0-A.2-10401

2 years ago

4.0.0-A.2-10368

2 years ago

4.0.0-A.2-10203

2 years ago

4.0.0-A.2-10202

2 years ago

4.0.0-A.2-10009

2 years ago

4.0.0-A.2-10404

2 years ago

4.0.0-A.2-10241

2 years ago

4.0.0-A.2-10284

2 years ago

4.0.0-A.2-10240

2 years ago

4.0.0-A.2-10162

2 years ago

4.0.0-A.2-10085

2 years ago

4.0.0-A.2-10245

2 years ago

4.0.0-A.2-10122

2 years ago

4.0.0-A.2-10190

2 years ago

4.0.0-A.2-10436

2 years ago

4.0.0-A.2-10315

2 years ago

4.0.0-A.2-10238

2 years ago

4.0.0-A.2-10116

2 years ago

4.0.0-A.2-10472

2 years ago

4.0.0-A.3-3051

2 years ago

4.0.0-A.2-10470

2 years ago

4.0.0-A.2-10392

2 years ago

4.0.0-A.2-10150

2 years ago

4.0.0-A.2-10432

2 years ago

4.0.0-A.2-10431

2 years ago

4.0.0-A.2-10398

2 years ago

4.0.0-A.2-10277

2 years ago

4.0.0-A.2-10397

2 years ago

4.0.0-A.2-10275

2 years ago

4.0.0-A.2-10469

2 years ago

4.0.0-A.2-10468

2 years ago

4.0.0-A.2-10467

2 years ago

4.0.0-A.2-10466

2 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

2 years ago

4.0.0-A.3-3063

2 years ago

4.0.0-A.2-10460

2 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

2 years ago

4.0.0-A.2-9960

2 years ago

4.0.0-A.2-9984

2 years ago

4.0.0-A.2-9967

2 years ago

4.0.0-A.2-9947

2 years ago

4.0.0-A.2-9995

2 years ago

4.0.0-A.2-9973

2 years ago

4.0.0-A.2-9950

2 years ago

4.0.0-A.2-9931

2 years ago

4.0.0-A.2-10003

2 years ago

4.0.0-A.2-9956

2 years ago

4.0.0-A.2-9934

2 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

5 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

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago