Compare commits
2 commits
decolonial
...
master
Author | SHA1 | Date | |
---|---|---|---|
bfad0d49bd | |||
bd0f80f585 |
2 changed files with 3 additions and 13 deletions
14
config.jsonc
14
config.jsonc
|
@ -569,16 +569,6 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
|
||||||
"find": true,
|
"find": true,
|
||||||
"sort": true
|
"sort": true
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"id": "place",
|
|
||||||
"title": "Place",
|
|
||||||
"type": "string",
|
|
||||||
"autocomplete": true,
|
|
||||||
"columnWidth": 180,
|
|
||||||
"filter": true,
|
|
||||||
"find": true,
|
|
||||||
"sort": true
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"id": "date",
|
"id": "date",
|
||||||
"title": "Date",
|
"title": "Date",
|
||||||
|
@ -1008,11 +998,11 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
|
||||||
},
|
},
|
||||||
"https": true,
|
"https": true,
|
||||||
"id": "collectivecinema",
|
"id": "collectivecinema",
|
||||||
"name": "Collective Cinema (decolonial)",
|
"name": "Collective Cinema",
|
||||||
// Set to true to allow search engines to index the site
|
// Set to true to allow search engines to index the site
|
||||||
"public": false,
|
"public": false,
|
||||||
"sendReferrer": false,
|
"sendReferrer": false,
|
||||||
"url": "decolonial.collective-cinema.net"
|
"url": "collective-cinema.net"
|
||||||
},
|
},
|
||||||
/*
|
/*
|
||||||
"sitePages" defines the sections of the main site dialog. If "news" is
|
"sitePages" defines the sections of the main site dialog. If "news" is
|
||||||
|
|
|
@ -323,7 +323,7 @@ pandora.ui.infoView = function(data, isMixed) {
|
||||||
|
|
||||||
// Groups ------------------------------------------------------------------
|
// Groups ------------------------------------------------------------------
|
||||||
|
|
||||||
renderGroup(['place', 'date', 'language']);
|
renderGroup(['date', 'language']);
|
||||||
|
|
||||||
//renderGroup(['director', 'featuring']);
|
//renderGroup(['director', 'featuring']);
|
||||||
if (isMultiple) {
|
if (isMultiple) {
|
||||||
|
|
Loading…
Reference in a new issue