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, "sort": true,
"sortType": "person" "sortType": "person"
}, },
{
"id": "producer",
"title": "Producer",
"type": ["string"],
"autocomplete": true,
"columnRequired": true,
"columnWidth": 180,
"filter": true,
"sort": true,
"sortType": "person"
},
{ {
"id": "editor", "id": "editor",
"title": "Editor", "title": "Editor",

View file

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