catalog-unprocessed-entities: integrate as DevTools tab by default

The unprocessed entities view is now provided as a DevTools sub-page
directly from the plugin, removing the need for manual wiring. The
standalone page is still available but disabled by default.

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
Made-with: Cursor
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
Made-with: Cursor
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
Made-with: Cursor
This commit is contained in:
Patrik Oldsberg
2026-03-19 13:57:57 +01:00
parent e9306006f6
commit b6f1fae0d9
7 changed files with 73 additions and 88 deletions
@@ -0,0 +1,11 @@
---
'@backstage/plugin-catalog-unprocessed-entities': patch
---
The unprocessed entities view is now primarily intended for use as a tab within the DevTools plugin. The standalone page is still available but disabled by default. To re-enable it, add the following to your `app-config.yaml`:
```yaml
app:
extensions:
- page:catalog-unprocessed-entities
```