summaryrefslogtreecommitdiff
path: root/settings.json.template
diff options
context:
space:
mode:
authorJohn McLear <john@mclear.co.uk>2015-04-06 00:13:38 +0100
committerJohn McLear <john@mclear.co.uk>2015-04-06 00:13:38 +0100
commit3a969f8dd83062c0537d3e7e0eb005bb5a669ef7 (patch)
treec704ec6869e74759388b76bea63cc87c887a306d /settings.json.template
parentb26956be4b7cf9ba20029a690a9933927b421f52 (diff)
downloadetherpad-lite-3a969f8dd83062c0537d3e7e0eb005bb5a669ef7.zip
pass error messages to pad text if shown during startup
Diffstat (limited to 'settings.json.template')
-rw-r--r--settings.json.template3
1 files changed, 3 insertions, 0 deletions
diff --git a/settings.json.template b/settings.json.template
index 124345e2..ea7ed1e1 100644
--- a/settings.json.template
+++ b/settings.json.template
@@ -54,6 +54,9 @@
//the default text of a pad
"defaultPadText" : "Welcome to Etherpad!\n\nThis pad text is synchronized as you type, so that everyone viewing this page sees the same text. This allows you to collaborate seamlessly on documents!\n\nGet involved with Etherpad at http:\/\/etherpad.org\n",
+ /* Shoud we suppress errors from being visible in the default Pad Text? */
+ "suppressErrorsInPadText" : false,
+
/* Users must have a session to access pads. This effectively allows only group pads to be accessed. */
"requireSession" : false,