diff --git a/config.jsonc b/config.jsonc index a3c4474..9e5f82c 100644 --- a/config.jsonc +++ b/config.jsonc @@ -261,6 +261,14 @@ "find": true, "sort": true }, + { + "id": "volume", + "title": "Volume", + "type": "string", + "columnWidth": 128, + "find": true, + "sort": true + }, { "id": "language", "title": "Language", diff --git a/static/js/documentInfoView.mdr.js b/static/js/documentInfoView.mdr.js index af68d8e..d185f55 100644 --- a/static/js/documentInfoView.mdr.js +++ b/static/js/documentInfoView.mdr.js @@ -230,7 +230,7 @@ pandora.ui.documentInfoView = function(data, isMixed) { // Director, Year and Country ---------------------------------------------- renderGroup(['author', 'date', 'format']); - renderGroup(['publisher', 'place', 'series', 'language']); + renderGroup(['publisher', 'place', 'series', 'volume', 'language']); renderGroup(['source', 'links']); renderGroup(['movement', 'event', 'associatedgroups']); renderGroup(['tags']);