add Associated people
This commit is contained in:
parent
28130a9c24
commit
477d43d9de
2 changed files with 13 additions and 2 deletions
13
config.jsonc
13
config.jsonc
|
@ -303,7 +303,18 @@
|
|||
{
|
||||
"id": "associatedgroups",
|
||||
"operator": "+",
|
||||
"title": "Associated groups/individuals",
|
||||
"title": "Associated groups",
|
||||
"type": ["string"],
|
||||
"filter": true,
|
||||
"find": true,
|
||||
"sort": true,
|
||||
"autocomplete": true,
|
||||
"columnWidth": 256
|
||||
},
|
||||
{
|
||||
"id": "associatedpeople",
|
||||
"operator": "+",
|
||||
"title": "Associated people",
|
||||
"type": ["string"],
|
||||
"filter": true,
|
||||
"find": true,
|
||||
|
|
|
@ -232,7 +232,7 @@ pandora.ui.documentInfoView = function(data, isMixed) {
|
|||
renderGroup(['author', 'date', 'format']);
|
||||
renderGroup(['publisher', 'place', 'series', 'volume', 'language']);
|
||||
renderGroup(['source', 'links']);
|
||||
renderGroup(['movement', 'event', 'associatedgroups']);
|
||||
renderGroup(['movement', 'event', 'associatedgroups', 'associatedpeople']);
|
||||
renderGroup(['tags']);
|
||||
|
||||
// Description -------------------------------------------------------------
|
||||
|
|
Loading…
Reference in a new issue