add setincountry
This commit is contained in:
parent
fc944e83af
commit
fc49ec0907
2 changed files with 12 additions and 2 deletions
12
config.jsonc
12
config.jsonc
|
@ -535,7 +535,7 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
|
|||
},
|
||||
{
|
||||
"id": "country",
|
||||
"title": "Country",
|
||||
"title": "Production Country",
|
||||
"type": ["string"],
|
||||
"autocomplete": true,
|
||||
"columnWidth": 180,
|
||||
|
@ -577,6 +577,16 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
|
|||
"find": true,
|
||||
"sort": true
|
||||
},
|
||||
{
|
||||
"id": "setincountry",
|
||||
"title": "Set in Country",
|
||||
"type": ["string"],
|
||||
"autocomplete": true,
|
||||
"columnWidth": 180,
|
||||
"filter": true,
|
||||
"find": true,
|
||||
"sort": true
|
||||
},
|
||||
{
|
||||
"id": "style",
|
||||
"title": "Style",
|
||||
|
|
|
@ -301,7 +301,7 @@ pandora.ui.infoView = function(data) {
|
|||
|
||||
renderGroup(['originalTitle', 'alternativeTitles']);
|
||||
|
||||
renderGroup(['type', 'framework', 'style', 'version']);
|
||||
renderGroup(['setincountry', 'type', 'framework', 'style', 'version']);
|
||||
|
||||
renderGroup(['country', 'year', 'language', 'runtime', 'color', 'sound']);
|
||||
|
||||
|
|
Loading…
Reference in a new issue