Merge pull request #15556 from drodil/app_feature_flags

feat: allow specifying app level feature flags
This commit is contained in:
Ben Lambert
2023-01-10 14:30:47 +01:00
committed by GitHub
11 changed files with 67 additions and 8 deletions
+7
View File
@@ -0,0 +1,7 @@
---
'@backstage/app-defaults': minor
'@backstage/core-plugin-api': minor
'@backstage/core-app-api': minor
---
Allow defining application level feature flags. See [Feature Flags documentation](/docs/plugins/feature-flags.md) for reference.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-user-settings': patch
---
Feature flags now accept a description property.