File tree Expand file tree Collapse file tree 2 files changed +35
-23
lines changed Expand file tree Collapse file tree 2 files changed +35
-23
lines changed Original file line number Diff line number Diff line change @@ -23,20 +23,23 @@ plugins:
2323 dynamicPlugins:
2424 frontend:
2525 red-hat-developer-hub.backstage-plugin-marketplace:
26+ translationResources:
27+ - importName: marketplaceTranslations
28+ ref: marketplaceTranslationRef
29+ module: Alpha
2630 appIcons:
27- - name: marketplace
28- importName: MarketplaceIcon
31+ - name: pluginsIcon
32+ importName: PluginsIcon
2933 dynamicRoutes:
30- - path: /extensions/catalog
34+ - path: /extensions
3135 importName: DynamicMarketplacePluginRouter
32- mountPoints:
33- - mountPoint: application/provider
34- importName: InstallationContextProvider
35- - mountPoint: internal.plugins/tab
36- importName: DynamicMarketplacePluginContent
37- config:
38- path: marketplace
39- title: Catalog
36+ menuItem:
37+ icon: pluginsIcon
38+ text: Extensions
39+ textKey: menuItem.extensions
40+ menuItems:
41+ extensions:
42+ parent: default.admin
4043 - package: ./dynamic-plugins/dist/red-hat-developer-hub-backstage-plugin-marketplace-backend-dynamic
4144 disabled: false
4245 pluginConfig:
@@ -46,6 +49,10 @@ plugins:
4649 saveToSingleFile:
4750 file: /opt/app-root/src/configs/dynamic-plugins/dynamic-plugins.override.yaml
4851----
52+ where:
53+
54+ `translationResources`:: Sets the extension point for localization.
55+
4956. Update your `compose.yaml` file:
5057+
5158[source,yaml]
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:
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:
34- - path: /extensions/catalog
38+ - path: /extensions
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:
@@ -51,6 +53,9 @@ plugins:
5153 saveToSingleFile:
5254 file: /opt/app-root/src/dynamic-plugins-root/dynamic-plugins.extensions.yaml
5355----
56+ where:
57+ `translationResources`:: Sets the extension point for localization.
58+
5459. Copy the file to your cluster by running the following commands:
5560+
5661[source,yaml]
You can’t perform that action at this time.
0 commit comments