From dca84491652b28ec4e61385f22035d196a13acbe Mon Sep 17 00:00:00 2001 From: j Date: Thu, 7 Nov 2019 10:04:46 +0100 Subject: [PATCH] decolonial --- config.jsonc | 14 ++++++++++++-- static/js/infoView.collectivecinema.js | 2 +- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/config.jsonc b/config.jsonc index a8285f7..953796e 100644 --- a/config.jsonc +++ b/config.jsonc @@ -569,6 +569,16 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution. "find": true, "sort": true }, + { + "id": "place", + "title": "Place", + "type": "string", + "autocomplete": true, + "columnWidth": 180, + "filter": true, + "find": true, + "sort": true + }, { "id": "date", "title": "Date", @@ -998,11 +1008,11 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution. }, "https": true, "id": "collectivecinema", - "name": "Collective Cinema", + "name": "Collective Cinema (decolonial)", // Set to true to allow search engines to index the site "public": false, "sendReferrer": false, - "url": "collective-cinema.net" + "url": "decolonial.collective-cinema.net" }, /* "sitePages" defines the sections of the main site dialog. If "news" is diff --git a/static/js/infoView.collectivecinema.js b/static/js/infoView.collectivecinema.js index 363a0f5..b80ebe1 100644 --- a/static/js/infoView.collectivecinema.js +++ b/static/js/infoView.collectivecinema.js @@ -323,7 +323,7 @@ pandora.ui.infoView = function(data, isMixed) { // Groups ------------------------------------------------------------------ - renderGroup(['date', 'language']); + renderGroup(['place', 'date', 'language']); //renderGroup(['director', 'featuring']); if (isMultiple) {