summaryrefslogtreecommitdiff
path: root/settings.json.template_windows
diff options
context:
space:
mode:
authorJordan <jordan.hollinger@gmail.com>2011-11-25 21:24:00 -0500
committerJordan <jordan.hollinger@gmail.com>2011-11-25 21:24:00 -0500
commita49160048798eec08d60de24e0b39df75143bf9e (patch)
tree038daf28ebe21cb96e1328b4baed83fda492d736 /settings.json.template_windows
parent6297e628eb9ece84518994111647e4b0e7177b71 (diff)
downloadetherpad-lite-a49160048798eec08d60de24e0b39df75143bf9e.zip
editOnly should default to false
Diffstat (limited to 'settings.json.template_windows')
-rw-r--r--settings.json.template_windows2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings.json.template_windows b/settings.json.template_windows
index c3d6be2a..61f14dce 100644
--- a/settings.json.template_windows
+++ b/settings.json.template_windows
@@ -32,7 +32,7 @@
"requireSession" : false,
/* Users may edit pads but not create new ones. Pad creation is only via the API. This applies both to group pads and regular pads. */
- "editOnly" : true,
+ "editOnly" : false,
/* if true, all css & js will be minified before sending to the client. This will improve the loading performance massivly,
but makes it impossible to debug the javascript/css */