Merge pull request #32061 from elaine-mattos/feat/add-description-plugin-feature-flags

feat(core-plugin-api): add optional description to plugin feature flags
This commit is contained in:
Andre Wanlin
2026-03-07 12:47:26 -06:00
committed by GitHub
9 changed files with 34 additions and 2 deletions
+8
View File
@@ -0,0 +1,8 @@
---
'@backstage/core-plugin-api': patch
'@backstage/core-app-api': patch
'@backstage/frontend-plugin-api': patch
'@backstage/frontend-app-api': patch
---
Add optional `description` field to plugin-level feature flags.