Compare commits
2 commits
b0c311ae12
...
dca8449165
| Author | SHA1 | Date | |
|---|---|---|---|
| dca8449165 | |||
| 70a8392793 |
3 changed files with 14 additions and 4 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
|
||||
|
|
|
|||
|
|
@ -291,7 +291,7 @@ pandora.ui.home = function() {
|
|||
if (loadedCSS) {
|
||||
callback()
|
||||
} else {
|
||||
Ox.getFile('/static/css/home.css', function() {
|
||||
Ox.getFile('/static/css/home.collectivecinema.css', function() {
|
||||
loadedCSS = true
|
||||
callback()
|
||||
})
|
||||
|
|
|
|||
|
|
@ -323,7 +323,7 @@ pandora.ui.infoView = function(data, isMixed) {
|
|||
|
||||
// Groups ------------------------------------------------------------------
|
||||
|
||||
renderGroup(['date', 'language']);
|
||||
renderGroup(['place', 'date', 'language']);
|
||||
|
||||
//renderGroup(['director', 'featuring']);
|
||||
if (isMultiple) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue