add version
This commit is contained in:
parent
cb51d2aeba
commit
77e0605fe8
2 changed files with 9 additions and 9 deletions
|
@ -573,6 +573,14 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
|
||||||
"sort": true
|
"sort": true
|
||||||
},
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
"id": "version",
|
||||||
|
"title": "Version",
|
||||||
|
"type": "string",
|
||||||
|
"columnWidth": 128,
|
||||||
|
"find": true,
|
||||||
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
"id": "language",
|
"id": "language",
|
||||||
"title": "Language",
|
"title": "Language",
|
||||||
|
|
|
@ -308,6 +308,7 @@ pandora.ui.infoView = function(data) {
|
||||||
renderGroup(['alternativeTitles']);
|
renderGroup(['alternativeTitles']);
|
||||||
|
|
||||||
renderGroup(['country', 'year', 'language', 'runtime', 'color', 'sound']);
|
renderGroup(['country', 'year', 'language', 'runtime', 'color', 'sound']);
|
||||||
|
renderGroup(['type', 'framework', 'style', 'version']);
|
||||||
|
|
||||||
renderGroup(['productionCompany']);
|
renderGroup(['productionCompany']);
|
||||||
|
|
||||||
|
@ -336,15 +337,6 @@ pandora.ui.infoView = function(data) {
|
||||||
|
|
||||||
renderGroup(canSeeAllMetadata ? ['genre', 'topic'] : ['genre']);
|
renderGroup(canSeeAllMetadata ? ['genre', 'topic'] : ['genre']);
|
||||||
|
|
||||||
renderGroup([
|
|
||||||
'censorshipcertificatenumber',
|
|
||||||
'dateofcensorcertificate',
|
|
||||||
'ratingcertificate',
|
|
||||||
'length',
|
|
||||||
'numberofreels',
|
|
||||||
'format',
|
|
||||||
'releasedate'
|
|
||||||
]);
|
|
||||||
|
|
||||||
renderGroup(['imdbId', 'links']);
|
renderGroup(['imdbId', 'links']);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue