decolonial

This commit is contained in:
j 2019-11-07 10:04:46 +01:00
parent 70a8392793
commit dca8449165
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) {