backstage-plugin-announcements icon indicating copy to clipboard operation
backstage-plugin-announcements copied to clipboard

Announcements plugin for Backstage

Results 38 backstage-plugin-announcements issues
Sort by recently updated
recently updated
newest added

Hi there, is it possible to have two distinct frontend announcement areas within the same portal? * I tried to create `announcements.ts` and `announcements-product.ts` in `backend/src/plugins` and * Added distinct...

This likely may need to be split into multiple issues (and PRs), but it would be great to get dependencies updates for this plugin and have [New Backend System](https://backstage.io/docs/backend-system/) support....

Integrating the announcements with the alert-api by Backstage (core-plugin-api) would allow to display them at any view. This would not require a "home" page with a provided announcement widget to...

Our instance already has a configuration file that "dictates the rules" for accessing the Catalog. Using this plugin, we are unsure whether to create a new file with the rules...

Hi! thanks for the awesome plugin as it'll save us a considerable amount of time. However, I am missing an announcementReadPermission, a read permission to the Announcements. This would be...

Hey guys, someone can explain me how to add the components to integrate announcement banner and announcements on page? Thanks!

The plugin does offer the ability to pass `themeId`, which allows us to customize the header of the AnnouncementsPage but unfortunately not the cards. We would like to have some...

Add a `retainZIndex` property to `NewAnnouncementBanner` to allow preserving the z-index of the announcement bar. The previous default was to set `zIndex: unset` which causes some issues where the banner...

We (the permission framework maintainers) updated the correct usage of createPermissionIntegrationRouter, but the docs remained outdated. As part of fixing the docs (https://github.com/backstage/backstage/pull/17388) we're making PRs to help fix the...