mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
Added global config for list thumbnails
This commit is contained in:
@@ -208,6 +208,9 @@ export class DefaultAppConfig implements AppConfig {
|
||||
defaultLowerLimit: 1900
|
||||
};
|
||||
|
||||
// Whether to add item thumbnail images to browse and search result lists.
|
||||
showItemThumbnails: false;
|
||||
|
||||
// Item Config
|
||||
item: ItemConfig = {
|
||||
edit: {
|
||||
|
Reference in New Issue
Block a user