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