1
0

Updated configuration.

This commit is contained in:
Michael Spalti
2022-09-09 10:34:17 -07:00
parent 580986adae
commit ccb4c0794c
15 changed files with 23 additions and 19 deletions

View File

@@ -18,4 +18,9 @@ export interface BrowseByConfig extends Config {
* The absolute lowest year to display in the dropdown when no lowest date can be found for all items
*/
defaultLowerLimit: number;
/**
* If true, thumbnail images for items will be added to search and browse result lists.
*/
showItemThumbnails: boolean;
}