From 5e37de3f0d8a09fea661ddad8f66d337881afa31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juani=20Gal=C3=A1n?= Date: Fri, 13 Dec 2024 09:11:45 +0100 Subject: [PATCH] Update api.md --- docs/javascript/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/javascript/api.md b/docs/javascript/api.md index cd8c254..221a5b6 100644 --- a/docs/javascript/api.md +++ b/docs/javascript/api.md @@ -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