diff options
author | Jordan <jordan.hollinger@gmail.com> | 2011-11-21 12:44:33 -0500 |
---|---|---|
committer | Jordan <jordan.hollinger@gmail.com> | 2011-11-21 12:44:33 -0500 |
commit | 5e7c5d5dd3048054e94021f10c284e71896dcb44 (patch) | |
tree | c9a1753eb24996cba2801be1dacd989fa873ffb4 /settings.json.template_windows | |
parent | 5630889fb098d1289986a807f872e034836b066b (diff) | |
download | etherpad-lite-5e7c5d5dd3048054e94021f10c284e71896dcb44.zip |
Add editOnly option
Diffstat (limited to 'settings.json.template_windows')
-rw-r--r-- | settings.json.template_windows | 3 |
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 */ |