Merge pull request #30151 from deepthi-28/buildingappdocchanges

Added caution design to building app - converting-3rd party plugin
This commit is contained in:
Patrik Oldsberg
2025-06-07 09:38:24 +02:00
committed by GitHub
@@ -8,8 +8,9 @@ description: Documentation for how to convert 3rd-party plugins to support the n
If you are using or want to use a 3rd-party plugin that does not yet support the new frontend system in your app, you can often use conversion utilities from `@backstage/core-compat-api` in order wrap the plugin to make it possible to install in your app.
> [!CAUTION]
> The purpose of these utilities is to wrap 3rd-party plugins. Do not use them for your own plugins where you can add support for the new frontend system directly.
:::caution
The purpose of these utilities is to wrap 3rd-party plugins. Do not use them for your own plugins where you can add support for the new frontend system directly.
:::
## Converting a legacy plugin