summaryrefslogtreecommitdiff
path: root/settings.json.template
diff options
context:
space:
mode:
authorJohn McLear <john@mclear.co.uk>2015-04-11 21:22:00 +0100
committerJohn McLear <john@mclear.co.uk>2015-04-11 21:22:00 +0100
commit8ed12c77761dfb3158487c39f4fca5eba5d0bab1 (patch)
treede043126aed7129fbd612eb5cdaecb9f5edec399 /settings.json.template
parent43687f6e8b35081840f754b28e8971617550ce7d (diff)
downloadetherpad-lite-8ed12c77761dfb3158487c39f4fca5eba5d0bab1.zip
session key is now ignored and also padOptions are available in settings
Diffstat (limited to 'settings.json.template')
-rw-r--r--settings.json.template15
1 files changed, 15 insertions, 0 deletions
diff --git a/settings.json.template b/settings.json.template
index 039413d1..39c383ed 100644
--- a/settings.json.template
+++ b/settings.json.template
@@ -49,6 +49,21 @@
//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",
+
+ /* Default Pad behavior, users can override by changing */
+ "padOptions": {
+ "noColors": false,
+ "showControls": true,
+ "showChat": true,
+ "showLineNumbers": true,
+ "useMonospaceFont": false,
+ "userName": false,
+ "userColor": false,
+ "rtl": false,
+ "alwaysShowChat": false,
+ "chatAndUsers": false,
+ "lang": "en-gb"
+ },
/* Shoud we suppress errors from being visible in the default Pad Text? */
"suppressErrorsInPadText" : false,