mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-30 12:19:13 -04:00
Added support for document export, no link from the pad so far
This commit is contained in:
parent
83829759e9
commit
eeddf1348f
5 changed files with 244 additions and 2 deletions
|
@ -31,5 +31,9 @@
|
|||
|
||||
/* 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 */
|
||||
"minify" : true
|
||||
"minify" : true,
|
||||
|
||||
/* This is the path to the Abiword executable. Setting it to null, disables abiword.
|
||||
Abiword is needed to enable the import/export of pads*/
|
||||
"abiword" : null
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue