Merge pull request #33147 from backstage/rugvip/simplify-extension-attach-to

Simplify the `ExtensionAttachTo` type
This commit is contained in:
Patrik Oldsberg
2026-03-05 13:52:02 +01:00
committed by GitHub
6 changed files with 18 additions and 30 deletions
@@ -0,0 +1,5 @@
---
'@backstage/frontend-plugin-api': minor
---
**BREAKING**: Simplified the `ExtensionAttachTo` type to only support a single attachment target. The array form for attaching to multiple extension points has been removed. Also removed the deprecated `ExtensionAttachToSpec` type alias.