Restored breadcrumbs on collection pages

This commit is contained in:
Alexandre Vryghem
2025-03-10 00:27:03 +01:00
parent e976ddb07c
commit 7d04084642

View File

@@ -108,7 +108,7 @@ export const APP_ROUTES: Route[] = [
path: COLLECTION_MODULE_PATH, path: COLLECTION_MODULE_PATH,
loadChildren: () => import('./collection-page/collection-page-routes') loadChildren: () => import('./collection-page/collection-page-routes')
.then((m) => m.ROUTES), .then((m) => m.ROUTES),
data: { showBreadcrumbs: false, enableRSS: true }, data: { enableRSS: true },
canActivate: [endUserAgreementCurrentUserGuard], canActivate: [endUserAgreementCurrentUserGuard],
}, },
{ {