mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-02 05:09:13 -04:00
Add editOnly option
This commit is contained in:
parent
5630889fb0
commit
5e7c5d5dd3
4 changed files with 35 additions and 4 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue