Compare commits

..

2 commits

Author SHA1 Message Date
j
bfad0d49bd hover 2020-10-22 14:31:57 +02:00
j
bd0f80f585 links on home page 2020-10-21 17:21:51 +02:00
2 changed files with 3 additions and 13 deletions

View file

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

View file

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