File tree Expand file tree Collapse file tree 1 file changed +13
-11
lines changed Expand file tree Collapse file tree 1 file changed +13
-11
lines changed Original file line number Diff line number Diff line change @@ -27,21 +27,23 @@ plugins:
2727 dynamicPlugins:
2828 frontend:
2929 red-hat-developer-hub.backstage-plugin-marketplace:
30+ translationResources: <- this is for localization
31+ - importName: marketplaceTranslations
32+ ref: marketplaceTranslationRef
33+ module: Alpha
3034 appIcons:
31- - name: marketplace
32- importName: MarketplaceIcon
35+ - name: pluginsIcon
36+ importName: PluginsIcon
3337 dynamicRoutes:
3438 - path: /extensions/catalog
3539 importName: DynamicMarketplacePluginRouter
36- mountPoints:
37- - mountPoint: application/provider
38- importName: InstallationContextProvider
39- - mountPoint: internal.plugins/tab
40- importName: DynamicMarketplacePluginContent
41- config:
42- path: marketplace
43- title: Catalog
44- icon: CatalogTabIcon
40+ menuItem:
41+ icon: pluginsIcon
42+ text: Extensions
43+ textKey: menuItem.extensions
44+ menuItems:
45+ extensions:
46+ parent: default.admin
4547 - package: ./dynamic-plugins/dist/red-hat-developer-hub-backstage-plugin-marketplace-backend-dynamic
4648 disabled: false
4749 pluginConfig:
You can’t perform that action at this time.
0 commit comments