We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32b40d2 commit 4532603Copy full SHA for 4532603
1 file changed
src/config/default-app-config.ts
@@ -371,7 +371,7 @@ export class DefaultAppConfig implements AppConfig {
371
// The absolute lowest year to display in the dropdown (only used when no lowest date can be found for all items)
372
defaultLowerLimit: 1900,
373
// Whether to add item badges to BOTH browse and search result lists.
374
- showLabels: false,
+ showLabels: true,
375
// Whether to add item thumbnail images to BOTH browse and search result lists.
376
showThumbnails: true,
377
0 commit comments