62063: Configurable browse-by

This commit is contained in:
Kristof De Langhe
2019-04-30 16:24:22 +02:00
parent 684b74e33d
commit 67e5578bba
12 changed files with 128 additions and 15 deletions

View File

@@ -149,7 +149,26 @@ module.exports = {
// Limit for years to display using jumps of five years (current year - fiveYearLimit)
fiveYearLimit: 30,
// The absolute lowest year to display in the dropdown (only used when no lowest date can be found for all items)
defaultLowerLimit: 1900
defaultLowerLimit: 1900,
types: [
{
metadata: 'title',
type: 'title'
},
{
metadata: 'dateissued',
type: 'date',
metadataField: 'dc.date.issued'
},
{
metadata: 'author',
type: 'metadata'
},
{
metadata: 'subject',
type: 'metadata'
}
]
},
item: {
edit: {