diff --git a/config.jsonc b/config.jsonc index cafc582..b236397 100644 --- a/config.jsonc +++ b/config.jsonc @@ -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", diff --git a/static/js/infoView.sarai.js b/static/js/infoView.sarai.js index c9d0e2b..e360df3 100644 --- a/static/js/infoView.sarai.js +++ b/static/js/infoView.sarai.js @@ -251,7 +251,7 @@ pandora.ui.infoView = function(data, isMixed) { // Featuring ---------------------------------------------- - renderGroup(['editor', 'featuring']); + renderGroup(['producer', 'editor', 'featuring']); renderGroup(['tags']); renderGroup(['links']);