Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions workspaces/acr/plugins/acr/app-config.dynamic.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
dynamicPlugins:
frontend:
backstage-community.plugin-acr:
mountPoints:
- mountPoint: entity.page.image-registry/cards
importName: AcrImagesEntityContent
config:
layout:
gridColumn: 1 / -1
if:
anyOf:
- isAcrAvailable
23 changes: 23 additions & 0 deletions workspaces/bookmarks/plugins/bookmarks/app-config.dynamic.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
dynamicPlugins:
frontend:
backstage-community.plugin-bookmarks:
translationResources:
- importName: bookmarksTranslations
ref: bookmarksTranslationRef
entityTabs:
- mountPoint: entity.page.bookmarks
path: /bookmarks
title: Bookmarks
titleKey: entityTab.title # does not exist yet
config:
if:
allOf:
- isBookmarksAvailable
mountPoints:
- mountPoint: entity.page.bookmarks/cards
importName: EntityBookmarksContent
config:
layout:
gridColumn: 1 / -1
height: calc(100vh - 300px)
min-height: 500px
4 changes: 4 additions & 0 deletions workspaces/npm/plugins/npm/app-config.dynamic.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
dynamicPlugins:
frontend:
backstage-community.plugin-npm:
translationResources:
- module: alpha
importName: npmTranslations
ref: npmTranslationRef
entityTabs:
- mountPoint: entity.page.npm
path: /npm
Expand Down
8 changes: 8 additions & 0 deletions workspaces/theme/plugins/bcc-test/app-config.dynamic.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
dynamicPlugins:
frontend:
red-hat-developer-hub.backstage-plugin-bcc-test:
dynamicRoutes:
- path: /bcc-test
importName: BCCTestPage
menuItem:
text: Backstage Core Components Test
8 changes: 8 additions & 0 deletions workspaces/theme/plugins/bui-test/app-config.dynamic.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
dynamicPlugins:
frontend:
red-hat-developer-hub.backstage-plugin-bui-test:
dynamicRoutes:
- path: /bui-test
importName: BUITestPage
menuItem:
text: Backstage UI Test
8 changes: 8 additions & 0 deletions workspaces/theme/plugins/mui4-test/app-config.dynamic.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
dynamicPlugins:
frontend:
red-hat-developer-hub.backstage-plugin-mui4-test:
dynamicRoutes:
- path: /mui4-test
importName: MUI4TestPage
menuItem:
text: MUI4 Test
8 changes: 8 additions & 0 deletions workspaces/theme/plugins/mui5-test/app-config.dynamic.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
dynamicPlugins:
frontend:
red-hat-developer-hub.backstage-plugin-mui5-test:
dynamicRoutes:
- path: /mui5-test
importName: MUI5TestPage
menuItem:
text: MUI5 Test
14 changes: 14 additions & 0 deletions workspaces/theme/plugins/qe-theme/app-config.dynamic.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
dynamicPlugins:
frontend:
red-hat-developer-hub.backstage-plugin-qe-theme:
themes:
- id: rhdh-plugins-theme-qe-light
icon: lightIcon
title: RHDH Plugins QE Light
variant: light
importName: lightThemeProvider
- id: rhdh-plugins-theme-qe-dark
icon: darkIcon
title: RHDH Plugins QE Dark
variant: dark
importName: darkThemeProvider
14 changes: 14 additions & 0 deletions workspaces/theme/plugins/theme/app-config.dynamic.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
dynamicPlugins:
frontend:
red-hat-developer-hub.backstage-plugin-theme:
themes:
- id: rhdh-plugins-theme-light
icon: lightIcon
title: RHDH Plugins Light
variant: light
importName: lightThemeProvider
- id: rhdh-plugins-theme-dark
icon: darkIcon
title: RHDH Plugins Dark
variant: dark
importName: darkThemeProvider
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
dynamicPlugins:
frontend:
red-hat-developer-hub.backstage-plugin-translations-test:
dynamicRoutes:
- path: /translations-test
importName: TranslationsTestPage
menuItem:
text: Translations Test
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
dynamicPlugins:
frontend:
red-hat-developer-hub.backstage-plugin-translations:
dynamicRoutes:
- path: /translations
importName: TranslationsPage
menuItem:
text: Translations