add producer
This commit is contained in:
parent
e1ffea0972
commit
df61788967
2 changed files with 12 additions and 1 deletions
11
config.jsonc
11
config.jsonc
|
@ -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",
|
||||||
|
|
|
@ -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']);
|
||||||
|
|
Loading…
Reference in a new issue