f1b2c1d2c2
This change includes a new `mode` concept to the catalog backend. This gives us the handle to configure catalog in a `readonly` mode as discussed in #3348. The new `catalog.mode` field configures that catalog in either `readwrite` or `readonly`. - `readwrite` is the current mode that allows users to register components at startup through `catalog.locations` and with eg. plugin `catalog-import` - `readonly` is the new mode which, for now, disables the mutating `location` APIs Signed-off-by: Crevil <bjoern.soerensen@gmail.com>
Plugins
Backstage is a single-page application composed of a set of plugins. This folder holds numerous plugins that are managed by this repository.
For more information about the plugin ecosystem, see the documentation here:
You can also see the Plugin Marketplace for other open source plugins you can add to your Backstage instance.
Suggesting a plugin
If you start developing a plugin that you aim to release as open source, we suggest that you create a new Issue. This helps the community know what plugins are in development.
You can also use this process if you have an idea for a good plugin but you hope that someone else will pick up the work.