From 86d17b1b6fee87dcf086633af002a99c4f49611e Mon Sep 17 00:00:00 2001 From: j Date: Tue, 12 Mar 2019 10:33:05 +0000 Subject: [PATCH] adjust config for cinegenus --- config.jsonc | 24 +++++++----------------- static/js/infoView.cms.js | 2 +- 2 files changed, 8 insertions(+), 18 deletions(-) diff --git a/config.jsonc b/config.jsonc index 7914b28..98a8df5 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": "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 diff --git a/static/js/infoView.cms.js b/static/js/infoView.cms.js index 25c7b8d..894215c 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(['setincountry', 'type', 'framework', 'style', 'version']); + renderGroup(['type', 'framework', 'style', 'version']); renderGroup(['country', 'year', 'language', 'runtime', 'color', 'sound']);