Skip to content

Commit

Permalink
docs: fix notice for developer portal docs (#1375)
Browse files Browse the repository at this point in the history
* docs: make markdown valid

* docs: fix note for developer portal

* docs: fix formatting

* docs: fix typo
  • Loading branch information
Topener committed Mar 20, 2024
1 parent 11f68a7 commit 606af42
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/components/Plugin.md
@@ -1,6 +1,8 @@
# Plugin Component

_NOTE:_ This component is experimental and is available for import from `@dhis2/app-runtime/experimental`. The api for this component is not guaranteed to be stable.
:::info Experimental
This component is experimental and is available for import from `@dhis2/app-runtime/experimental`. The api for this component is not guaranteed to be stable.
:::

A wrapper that creates an iframe for a specified plugin and establishes a two-way communication channel with said plugin, allowing you to pass props (including callbacks between an app and a plugin). Note that the plugin must be built using the app-platform with entryPoints.plugin specified in the d2.config.js file.

Expand Down

0 comments on commit 606af42

Please sign in to comment.