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:
Heikki Hellgren
2023-01-04 15:41:46 +02:00
parent dcf3b33189
commit bca8e8b393
11 changed files with 67 additions and 8 deletions
+4
View File
@@ -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 (