Compare commits

..

No commits in common. "5000f4a1ade9892e99fbabd860fd9c9802a959d3" and "fc49ec0907956143483e1f5d9571423ba4c67556" have entirely different histories.

View file

@ -510,6 +510,7 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
"type": "string", "type": "string",
"autocomplete": true, "autocomplete": true,
"autocompleteSort": [{"key": "timesaccessed", "operator": "-"}], "autocompleteSort": [{"key": "timesaccessed", "operator": "-"}],
"columnRequired": true,
"columnWidth": 180, "columnWidth": 180,
"find": true, "find": true,
"sort": true "sort": true
@ -1208,10 +1209,10 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
"email": { "email": {
// E-mail address in contact form (to) // E-mail address in contact form (to)
"contact": "js2034@cam.ac.uk", "contact": "js2034@cam.ac.uk",
"footer": "-- \npandora.cinemusespace.com", "footer": "-- \npandora.cinemusespace.org",
"prefix": "CineMuseSpace News -", "prefix": "CineMuseSpace News -",
// E-mail address uses by the system (from) // E-mail address uses by the system (from)
"system": "system@pandora.cinemusespace.com" "system": "system@pandora.cinemusespace.org"
}, },
"https": false, "https": false,
"id": "cms", "id": "cms",
@ -1219,7 +1220,7 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
// 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": true, "sendReferrer": true,
"url": "pandora.cinemusespace.com" "url": "pandora.cinemusespace.org"
}, },
/* /*
"sitePages" defines the sections of the main site dialog. If "news" is "sitePages" defines the sections of the main site dialog. If "news" is