decolonial
This commit is contained in:
parent
70a8392793
commit
dca8449165
2 changed files with 13 additions and 3 deletions
14
config.jsonc
14
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
|
||||
|
|
|
@ -323,7 +323,7 @@ pandora.ui.infoView = function(data, isMixed) {
|
|||
|
||||
// Groups ------------------------------------------------------------------
|
||||
|
||||
renderGroup(['date', 'language']);
|
||||
renderGroup(['place', 'date', 'language']);
|
||||
|
||||
//renderGroup(['director', 'featuring']);
|
||||
if (isMultiple) {
|
||||
|
|
Loading…
Reference in a new issue