diff --git a/config.jsonc b/config.jsonc index 98a8df5..d065a1e 100644 --- a/config.jsonc +++ b/config.jsonc @@ -770,6 +770,14 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution. "secondaryId": true, "sort": true }, + { + "id": "icmaId", + "title": "Indiancine.ma ID", + "type": "string", + "columnWidth": 90, + "secondaryId": true, + "sort": true + }, { "id": "comments", "title": "Comments", diff --git a/static/js/infoView.cms.js b/static/js/infoView.cms.js index 894215c..b1cbe4e 100644 --- a/static/js/infoView.cms.js +++ b/static/js/infoView.cms.js @@ -314,7 +314,7 @@ pandora.ui.infoView = function(data) { renderGroup(['actor']); renderGroup(['filmingLocations']); - renderGroup(['imdbId', 'genre']); + renderGroup(['imdbId', 'icmaId', 'genre']); if (canEdit) { updateIMDb();