Compare commits

..

4 commits

Author SHA1 Message Date
j
485e24ac08 hover 2020-10-22 14:33:11 +02:00
j
ff634b5ccd links on home page 2020-10-21 17:22:15 +02:00
j
79324b3616 Merge branch 'master' into decolonial 2019-11-07 17:07:28 +01:00
j
dca8449165 decolonial 2019-11-07 11:03:05 +01:00
2 changed files with 13 additions and 3 deletions

View file

@ -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

View file

@ -323,7 +323,7 @@ pandora.ui.infoView = function(data, isMixed) {
// Groups ------------------------------------------------------------------
renderGroup(['date', 'language']);
renderGroup(['place', 'date', 'language']);
//renderGroup(['director', 'featuring']);
if (isMultiple) {