feat: allow specifying app level feature flags
application feature flags can be defined in the application creation. see docs/plugins/feature-flags.md for reference. closes #15553 Signed-off-by: Heikki Hellgren <heikki.hellgren@op.fi>
This commit is contained in:
@@ -115,6 +115,10 @@ const app = createApp({
|
||||
// Custom icon example
|
||||
alert: AlarmIcon,
|
||||
},
|
||||
// Example of application level feature flag
|
||||
// featureFlags: [
|
||||
// { name: 'tech-radar', description: 'Enables the tech radar plugin' },
|
||||
// ],
|
||||
components: {
|
||||
SignInPage: props => {
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user