From 3e76a03f0452ea9886811d2d8a835529e4f3946c Mon Sep 17 00:00:00 2001 From: j Date: Tue, 12 Mar 2019 10:29:10 +0000 Subject: [PATCH 1/2] use .com --- config.jsonc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.jsonc b/config.jsonc index bf53b98..7914b28 100644 --- a/config.jsonc +++ b/config.jsonc @@ -1209,10 +1209,10 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution. "email": { // E-mail address in contact form (to) "contact": "js2034@cam.ac.uk", - "footer": "-- \npandora.cinemusespace.org", + "footer": "-- \npandora.cinemusespace.com", "prefix": "CineMuseSpace News -", // E-mail address uses by the system (from) - "system": "system@pandora.cinemusespace.org" + "system": "system@pandora.cinemusespace.com" }, "https": false, "id": "cms", @@ -1220,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 "public": false, "sendReferrer": true, - "url": "pandora.cinemusespace.org" + "url": "pandora.cinemusespace.com" }, /* "sitePages" defines the sections of the main site dialog. If "news" is From 5000f4a1ade9892e99fbabd860fd9c9802a959d3 Mon Sep 17 00:00:00 2001 From: j Date: Wed, 13 Mar 2019 17:54:13 +0000 Subject: [PATCH 2/2] original title is not required --- config.jsonc | 1 - 1 file changed, 1 deletion(-) diff --git a/config.jsonc b/config.jsonc index 7914b28..a4c883f 100644 --- a/config.jsonc +++ b/config.jsonc @@ -510,7 +510,6 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution. "type": "string", "autocomplete": true, "autocompleteSort": [{"key": "timesaccessed", "operator": "-"}], - "columnRequired": true, "columnWidth": 180, "find": true, "sort": true