Merge pull request #33443 from backstage/rugvip/unprocessed-entities-devtools

catalog-unprocessed-entities: integrate as DevTools tab by default
This commit is contained in:
Patrik Oldsberg
2026-03-19 19:09:01 +01:00
committed by GitHub
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
```