From 54b88a8607b7875ffbc23d0df07232c8377c5121 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Fri, 20 Mar 2026 09:22:34 +0100 Subject: [PATCH] create-app: remove redundant extension config Signed-off-by: Patrik Oldsberg --- packages/create-app/templates/next-app/app-config.yaml.hbs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/packages/create-app/templates/next-app/app-config.yaml.hbs b/packages/create-app/templates/next-app/app-config.yaml.hbs index c8814a9e96..b26d412a93 100644 --- a/packages/create-app/templates/next-app/app-config.yaml.hbs +++ b/packages/create-app/templates/next-app/app-config.yaml.hbs @@ -6,12 +6,6 @@ app: packages: all extensions: - # Disable the nav items that we're manually rendering in packages/app/src/modules/nav/Sidebar.tsx - - nav-item:search: false - - nav-item:user-settings: false - - nav-item:catalog: false - - nav-item:scaffolder: false - # Configure the catalog index page to be the root page, this is normally mounted on /catalog - page:catalog: config: