add producer

This commit is contained in:
j 2020-02-14 12:07:07 +01:00
parent e1ffea0972
commit df61788967
2 changed files with 12 additions and 1 deletions

View File

@ -564,6 +564,17 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
"sort": true,
"sortType": "person"
},
{
"id": "producer",
"title": "Producer",
"type": ["string"],
"autocomplete": true,
"columnRequired": true,
"columnWidth": 180,
"filter": true,
"sort": true,
"sortType": "person"
},
{
"id": "editor",
"title": "Editor",

View File

@ -251,7 +251,7 @@ pandora.ui.infoView = function(data, isMixed) {
// Featuring ----------------------------------------------
renderGroup(['editor', 'featuring']);
renderGroup(['producer', 'editor', 'featuring']);
renderGroup(['tags']);
renderGroup(['links']);