diff --git a/config.jsonc b/config.jsonc index 171bd74..bf53b98 100644 --- a/config.jsonc +++ b/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", diff --git a/static/js/infoView.cms.js b/static/js/infoView.cms.js index 894215c..25c7b8d 100644 --- a/static/js/infoView.cms.js +++ b/static/js/infoView.cms.js @@ -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']);