Merge pull request #29953 from backstage/rugvip/info
frontend-{app,plugin}-api: add support for plugin info and manifests
This commit is contained in:
@@ -54,6 +54,7 @@ const api = ApiBlueprint.make({
|
||||
/** @alpha */
|
||||
export default createFrontendPlugin({
|
||||
pluginId: 'notifications',
|
||||
info: { packageJson: () => import('../package.json') },
|
||||
routes: convertLegacyRouteRefs({
|
||||
root: rootRouteRef,
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user