1
0

Minor comment update to configs.

This commit is contained in:
Michael Spalti
2022-09-09 14:28:52 -07:00
parent aad0085d61
commit 8ff9f81247
4 changed files with 4 additions and 4 deletions

View File

@@ -20,7 +20,7 @@ export interface BrowseByConfig extends Config {
defaultLowerLimit: number;
/**
* If true, thumbnail images for items will be added to search and browse result lists.
* If true, thumbnail images for items will be added to BOTH search and browse result lists.
*/
showItemThumbnails: boolean;
}