frontend-plugin-api: simplify deprecation of AppRootWrapperBlueprint
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
@@ -27,11 +27,9 @@ const componentDataRef = createExtensionDataRef<
|
||||
* and similar.
|
||||
*
|
||||
* @public
|
||||
* @deprecated Use `PluginWrapperBlueprint` from
|
||||
* `@backstage/frontend-plugin-api/alpha` instead if you want to wrap all plugin
|
||||
* components in the same wrapper. If you want to wrap the entire app, use the
|
||||
* `AppRootWrapperBlueprint` from `@backstage/plugin-app-react` instead,
|
||||
* although note that only app modules are able to use that blueprint.
|
||||
* @deprecated Use {@link @backstage/plugin-app-react#AppRootWrapperBlueprint} instead.
|
||||
* If you were using this blueprint to provide a context for your plugin,
|
||||
* use `PluginWrapperBlueprint` from `@backstage/frontend-plugin-api/alpha` instead.
|
||||
*/
|
||||
export const AppRootWrapperBlueprint = createExtensionBlueprint({
|
||||
kind: 'app-root-wrapper',
|
||||
|
||||
Reference in New Issue
Block a user