Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-tims authored Apr 25, 2024
1 parent 29dea49 commit 95661b1
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions projects/addin-client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -252,24 +252,4 @@ this.addinClientService.showWait();
this.addinClientService.hideWait();
```

The optional plugin can be installed by running `npm install @blackbaud/skyux-builder-plugin-addin-client`, and then adding it to the `plugins` array in your `skyuxconfig.json` file:

```js
{
"mode": "easy",
"compileMode": "aot",
"a11y": true,
"plugins": [
'@blackbaud/skyux-builder-plugin-addin-client'
],
"params": {
"envid": {
"required": true
}
}
}
```

The plugin automatically injects the Environment ID into your component, making it available via the [SkyAppConfig](https://developer.blackbaud.com/skyux/learn/reference/configuration/apply-appsettings) service.

For more information on creating SKY Add-ins, view the documentation on the [SKY Developer Portal](https://developer.blackbaud.com/skyapi/docs/addins)

0 comments on commit 95661b1

Please sign in to comment.