0.1.0 • Published 4 months ago

@k-phoen/backstage-plugin-announcements-common v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

Announcements plugin for Backstage

The Announcements plugin is a frontend, backend, and common plugin that manages and displays announcements within Backstage.

This plugin provides:

  • a component to display the latest announcements, for example on a homepage
  • a component to display the latest announcements, for example on a homepage
  • pages to list, view, create, edit and delete announcements
  • integration with the @backstage/plugin-search plugin
  • integration with the @backstage/plugin-permission-backend plugin

Setup

See the project's README.

Permissions

This plugin provides the following permissions:

  • announcementCreatePermission: creating new announcement
  • announcementDeletePermission: deleting announcements
  • announcementUpdatePermission: updating announcements

View Backstage docs to learn how to set up your instance of Backstage to use these permissions.