Skip to content

Commit 4532603

Browse files
author
FrancescoMauto
committed
[DSC-2892] edit: enable labels on search result
Porting of [DSC-2866]
1 parent 32b40d2 commit 4532603

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/config/default-app-config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ export class DefaultAppConfig implements AppConfig {
371371
// The absolute lowest year to display in the dropdown (only used when no lowest date can be found for all items)
372372
defaultLowerLimit: 1900,
373373
// Whether to add item badges to BOTH browse and search result lists.
374-
showLabels: false,
374+
showLabels: true,
375375
// Whether to add item thumbnail images to BOTH browse and search result lists.
376376
showThumbnails: true,
377377
// Whether to add item thumbnail images to BOTH browse and search result lists.

0 commit comments

Comments
 (0)