add setincountry

This commit is contained in:
j 2019-03-11 12:19:34 +00:00
parent fc944e83af
commit fc49ec0907
2 changed files with 12 additions and 2 deletions

View File

@ -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",

View File

@ -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']);