etherpad: add abiword and soffice config options
This commit is contained in:
@ -20,8 +20,8 @@
|
||||
"editOnly": false,
|
||||
"minify": true,
|
||||
"maxAge": 21600,
|
||||
"abiword": null,
|
||||
"soffice": null,
|
||||
"abiword": {{ matrix_etherpad_abiword|to_json }},
|
||||
"soffice": {{ matrix_etherpad_soffice|to_json }},
|
||||
"tidyHtml": null,
|
||||
"allowUnknownFileEnds": true,
|
||||
"requireAuthentication": false,
|
||||
@ -103,7 +103,7 @@
|
||||
"pageUp": true,
|
||||
"pageDown": true
|
||||
},
|
||||
"loglevel": "INFO",
|
||||
"loglevel": "WARN",
|
||||
"logconfig" :
|
||||
{ "appenders": [
|
||||
{ "type": "console",
|
||||
|
Reference in New Issue
Block a user