collections -> groups
This commit is contained in:
parent
8553fdbb3f
commit
99140f9a8e
2 changed files with 9 additions and 2 deletions
|
@ -280,7 +280,7 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
|
|||
"sort": true
|
||||
},
|
||||
{
|
||||
"id": "collections",
|
||||
"id": "groups",
|
||||
"title": "Collections",
|
||||
"type": ["string"],
|
||||
"columnWidth": 128,
|
||||
|
@ -333,6 +333,13 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
|
|||
"operator": "-",
|
||||
"sort": true
|
||||
},
|
||||
{
|
||||
"id": "legacyid",
|
||||
"operator": "+",
|
||||
"title": "Legacy ID",
|
||||
"type": "string",
|
||||
"columnWidth": 64
|
||||
},
|
||||
{
|
||||
"id": "id",
|
||||
"operator": "+",
|
||||
|
|
|
@ -233,7 +233,7 @@ pandora.ui.documentInfoView = function(data, isMixed) {
|
|||
renderGroup(['publisher', 'place', 'series', 'edition', 'language']);
|
||||
renderGroup(['isbn']);
|
||||
renderGroup(['categories', 'keywords']);
|
||||
renderGroup(['collections', 'projects']);
|
||||
renderGroup(['groups', 'projects']);
|
||||
|
||||
// Description -------------------------------------------------------------
|
||||
|
||||
|
|
Loading…
Reference in a new issue