Merge pull request #26011 from backstage/rugvip/frontend-plugin
frontend-plugin-api: renamed createPlugin to createFrontendPlugin
This commit is contained in:
@@ -18,7 +18,7 @@ import {
|
||||
createExtensionInput,
|
||||
createNavItemExtension,
|
||||
createPageExtension,
|
||||
createPlugin,
|
||||
createFrontendPlugin,
|
||||
} from '@backstage/frontend-plugin-api';
|
||||
import {
|
||||
convertLegacyRouteRef,
|
||||
@@ -63,7 +63,7 @@ export const settingsNavItem = createNavItemExtension({
|
||||
/**
|
||||
* @alpha
|
||||
*/
|
||||
export default createPlugin({
|
||||
export default createFrontendPlugin({
|
||||
id: 'user-settings',
|
||||
extensions: [userSettingsPage, settingsNavItem],
|
||||
routes: convertLegacyRouteRefs({
|
||||
|
||||
Reference in New Issue
Block a user