Merge pull request #33143 from backstage/rugvip/remove-allowUnknownExtensionConfig

Remove `allowUnknownExtensionConfig` option from frontend app APIs
This commit is contained in:
Patrik Oldsberg
2026-03-05 13:51:46 +01:00
committed by GitHub
7 changed files with 19 additions and 26 deletions
@@ -0,0 +1,5 @@
---
'@backstage/frontend-app-api': minor
---
**BREAKING**: Removed the `allowUnknownExtensionConfig` option from `createSpecializedApp`. This flag had no effect and was a no-op, so no behavioral changes are expected.
@@ -0,0 +1,5 @@
---
'@backstage/frontend-defaults': minor
---
**BREAKING**: Removed the `allowUnknownExtensionConfig` option from `createApp`. This flag had no effect and was a no-op, so no behavioral changes are expected.