summaryrefslogtreecommitdiff
path: root/settings.json.template_windows
diff options
context:
space:
mode:
authorJordan <jordan.hollinger@gmail.com>2011-11-21 12:44:33 -0500
committerJordan <jordan.hollinger@gmail.com>2011-11-21 12:44:33 -0500
commit5e7c5d5dd3048054e94021f10c284e71896dcb44 (patch)
treec9a1753eb24996cba2801be1dacd989fa873ffb4 /settings.json.template_windows
parent5630889fb098d1289986a807f872e034836b066b (diff)
downloadetherpad-lite-5e7c5d5dd3048054e94021f10c284e71896dcb44.zip
Add editOnly option
Diffstat (limited to 'settings.json.template_windows')
-rw-r--r--settings.json.template_windows3
1 files changed, 3 insertions, 0 deletions
diff --git a/settings.json.template_windows b/settings.json.template_windows
index d6f9ef14..c3d6be2a 100644
--- a/settings.json.template_windows
+++ b/settings.json.template_windows
@@ -30,6 +30,9 @@
/* Users must have a session to access pads. This effectively allows only group pads to be accessed. */
"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,
/* 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 */