Added support for document export, no link from the pad so far

This commit is contained in:
Peter 'Pita' Martischka 2011-07-19 19:48:11 +01:00
parent 83829759e9
commit eeddf1348f
5 changed files with 244 additions and 2 deletions

View file

@ -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
}