Skip to content

Commit

Permalink
Update api.md
Browse files Browse the repository at this point in the history
  • Loading branch information
juanigalan91 committed Dec 13, 2024
1 parent f926d8c commit 5e37de3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/javascript/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -784,7 +784,7 @@ window.lumapps.customize(({ components }) => {

#### MicroApp

This component allows to display a [micro app](https://docs.lumapps.com/docs/ls/content/3975133065180467/knowledge-l40063457350627685) on any of the Customizations API extension points. This can be done by using the micro app's id (which can be retrieved from the [Installed extensions](https://docs.lumapps.com/docs/ls/content/5508517796380672/admin-l9568619807585214extensions#installed-extensions) section by browsing the Settings of each extension) and using it.
This component allows to display a [micro app](https://docs.lumapps.com/docs/ls/content/3975133065180467/knowledge-l40063457350627685) on any of the Customizations API extension points. This can be done by using the micro app's id (which can be retrieved from the [Installed extensions](https://docs.lumapps.com/docs/ls/content/5508517796380672/admin-l9568619807585214extensions#installed-extensions) section by browsing the tab `Information` of each extension) and using it.

For example, the following snippet will display a MicroApp above the Org. chart on the User's Profile.
```js
Expand Down

0 comments on commit 5e37de3

Please sign in to comment.