1
0

Multiple updates.

This commit is contained in:
Michael Spalti
2022-09-13 14:26:37 -07:00
parent db79d46a76
commit 78358a4067
53 changed files with 116 additions and 109 deletions

View File

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