adjust config for cinegenus
This commit is contained in:
parent
3e76a03f04
commit
86d17b1b6f
2 changed files with 8 additions and 18 deletions
24
config.jsonc
24
config.jsonc
|
@ -535,7 +535,7 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
|
|||
},
|
||||
{
|
||||
"id": "country",
|
||||
"title": "Production Country",
|
||||
"title": "Country",
|
||||
"type": ["string"],
|
||||
"autocomplete": true,
|
||||
"columnWidth": 180,
|
||||
|
@ -577,16 +577,6 @@ 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",
|
||||
|
@ -1205,22 +1195,22 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
|
|||
the system (from).
|
||||
*/
|
||||
"site": {
|
||||
"description": "CineMuseSpace: A Cinematic Musée Imaginaire of Spatial Cultural Differences",
|
||||
"description": "CineGenus research project",
|
||||
"email": {
|
||||
// E-mail address in contact form (to)
|
||||
"contact": "js2034@cam.ac.uk",
|
||||
"footer": "-- \npandora.cinemusespace.com",
|
||||
"prefix": "CineMuseSpace News -",
|
||||
"footer": "-- \ncinegenus.cinemusespace.com",
|
||||
"prefix": "CineGenus News -",
|
||||
// E-mail address uses by the system (from)
|
||||
"system": "system@pandora.cinemusespace.com"
|
||||
"system": "system@cinegenus.cinemusespace.com"
|
||||
},
|
||||
"https": false,
|
||||
"id": "cms",
|
||||
"name": "CineMuseSpace",
|
||||
"name": "CineGenus",
|
||||
// Set to true to allow search engines to index the site
|
||||
"public": false,
|
||||
"sendReferrer": true,
|
||||
"url": "pandora.cinemusespace.com"
|
||||
"url": "cinegenus.cinemusespace.com"
|
||||
},
|
||||
/*
|
||||
"sitePages" defines the sections of the main site dialog. If "news" is
|
||||
|
|
|
@ -301,7 +301,7 @@ pandora.ui.infoView = function(data) {
|
|||
|
||||
renderGroup(['originalTitle', 'alternativeTitles']);
|
||||
|
||||
renderGroup(['setincountry', 'type', 'framework', 'style', 'version']);
|
||||
renderGroup(['type', 'framework', 'style', 'version']);
|
||||
|
||||
renderGroup(['country', 'year', 'language', 'runtime', 'color', 'sound']);
|
||||
|
||||
|
|
Loading…
Reference in a new issue