Skip to content

Commit

Permalink
feat(notifications): add Notifications plugins to container image
Browse files Browse the repository at this point in the history
  • Loading branch information
mareklibra committed Jan 24, 2024
1 parent 204fe7e commit 76f11d1
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
21 changes: 21 additions & 0 deletions dynamic-plugins.default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,27 @@ plugins:
if:
allOf:
- isSecurityInsightsAvailable
# Group: Notifications
- package: ./dynamic-plugins/dist/janus-idp-plugin-notifications
disabled: true
pluginConfig:
dynamicPlugins:
frontend:
janus-idp.backstage-plugin-notifications:
appIcons:
- name: notificationsIcon
module: NotificationsPlugin
importName: NotificationsActiveIcon
dynamicRoutes:
- path: /notifications
importName: NotificationsPage
module: NotificationsPlugin
menuItem:
icon: notificationsIcon
text: Notifications
- package: ./dynamic-plugins/dist/janus-idp-plugin-notifications-backend
disabled: true
pluginConfig:

# Group: Gitlab
- package: ./dynamic-plugins/dist/immobiliarelabs-backstage-plugin-gitlab-backend-dynamic
Expand Down
4 changes: 3 additions & 1 deletion dynamic-plugins/imports/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@
"@janus-idp/backstage-scaffolder-backend-module-quay": "1.2.4",
"@janus-idp/backstage-scaffolder-backend-module-regex": "1.2.4",
"@janus-idp/backstage-scaffolder-backend-module-servicenow": "1.2.5",
"@janus-idp/backstage-scaffolder-backend-module-sonarqube": "1.2.4"
"@janus-idp/backstage-scaffolder-backend-module-sonarqube": "1.2.4",
"@janus-idp/plugin-notifications-backend": "1.1.0",
"@janus-idp/plugin-notifications": "1.1.0"
}
}

0 comments on commit 76f11d1

Please sign in to comment.