forked from hazza/dspace-angular
62063: Configurable browse-by
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import { Config } from './config.interface';
|
||||
import { BrowseByTypeConfig } from './browse-by-type-config.interface';
|
||||
|
||||
/**
|
||||
* Config that determines how the dropdown list of years are created for browse-by-date components
|
||||
@@ -18,4 +19,6 @@ 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;
|
||||
|
||||
types: BrowseByTypeConfig[];
|
||||
}
|
||||
|
Reference in New Issue
Block a user