mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
Added thumbnail property to browse entry model.
This commit is contained in:
@@ -40,6 +40,12 @@ export class BrowseEntry extends ListableObject implements TypedObject {
|
||||
@autoserializeAs('valueLang')
|
||||
language: string;
|
||||
|
||||
/**
|
||||
* Thumbnail link used when browsing items with showThumbs config enabled.
|
||||
*/
|
||||
@autoserializeAs('thumbnail')
|
||||
thumbnail: string;
|
||||
|
||||
/**
|
||||
* The count of this browse entry
|
||||
*/
|
||||
|
Reference in New Issue
Block a user