From 77e0605fe87526cd830ecb5904823bf713250f77 Mon Sep 17 00:00:00 2001 From: j Date: Tue, 8 May 2018 13:03:51 +0100 Subject: [PATCH] add version --- config.jsonc | 8 ++++++++ static/js/infoView.cms.js | 10 +--------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/config.jsonc b/config.jsonc index 59db695..9df12f7 100644 --- a/config.jsonc +++ b/config.jsonc @@ -573,6 +573,14 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution. "sort": true }, + { + "id": "version", + "title": "Version", + "type": "string", + "columnWidth": 128, + "find": true, + }, + { "id": "language", "title": "Language", diff --git a/static/js/infoView.cms.js b/static/js/infoView.cms.js index 5534884..a330a5b 100644 --- a/static/js/infoView.cms.js +++ b/static/js/infoView.cms.js @@ -308,6 +308,7 @@ pandora.ui.infoView = function(data) { renderGroup(['alternativeTitles']); renderGroup(['country', 'year', 'language', 'runtime', 'color', 'sound']); + renderGroup(['type', 'framework', 'style', 'version']); renderGroup(['productionCompany']); @@ -336,15 +337,6 @@ pandora.ui.infoView = function(data) { renderGroup(canSeeAllMetadata ? ['genre', 'topic'] : ['genre']); - renderGroup([ - 'censorshipcertificatenumber', - 'dateofcensorcertificate', - 'ratingcertificate', - 'length', - 'numberofreels', - 'format', - 'releasedate' - ]); renderGroup(['imdbId', 'links']);