From f575892e4ab092a98e838a1d8ae54c9b1631c762 Mon Sep 17 00:00:00 2001 From: blam Date: Tue, 21 Mar 2023 13:56:58 +0100 Subject: [PATCH] chore: tidu up the templat Signed-off-by: blam --- packages/app/src/App.tsx | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/packages/app/src/App.tsx b/packages/app/src/App.tsx index 0c7187c93f..1ee6978a87 100644 --- a/packages/app/src/App.tsx +++ b/packages/app/src/App.tsx @@ -117,10 +117,13 @@ const app = createApp({ // Custom icon example alert: AlarmIcon, }, - // Example of application level feature flag - // featureFlags: [ - // { name: 'tech-radar', description: 'Enables the tech radar plugin' }, - // ], + featureFlags: [ + { + name: 'scaffolder-next-preview', + description: 'Preview the new Scaffolder Next', + pluginId: '', + }, + ], components: { SignInPage: props => { return ( @@ -208,7 +211,7 @@ const routes = ( - + - + - +