Update to 1.9.5
This commit is contained in:
parent
c077eea54c
commit
4a44eedbcb
2 changed files with 2 additions and 10 deletions
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
|
|
||||||
etherpad_version: '1.9.4'
|
etherpad_version: '1.9.5'
|
||||||
etherpad_skin: 'colibris'
|
etherpad_skin: 'colibris'
|
||||||
etherpad_skinVariants: 'super-light-toolbar super-light-editor light-background'
|
etherpad_skinVariants: 'super-light-toolbar super-light-editor light-background'
|
||||||
etherpad_username: 'etherpad'
|
etherpad_username: 'etherpad'
|
||||||
|
@ -50,7 +50,7 @@ etherpad_smtp_host: 'localhost'
|
||||||
etherpad_smtp_port: '587'
|
etherpad_smtp_port: '587'
|
||||||
etherpad_smtp_user: 'support'
|
etherpad_smtp_user: 'support'
|
||||||
etherpad_smtp_pass: 'changeme'
|
etherpad_smtp_pass: 'changeme'
|
||||||
etherpad_nodejs_version: '17'
|
etherpad_nodejs_version: '18'
|
||||||
etherpad_apt:
|
etherpad_apt:
|
||||||
- curl
|
- curl
|
||||||
- nodejs
|
- nodejs
|
||||||
|
|
|
@ -322,14 +322,6 @@
|
||||||
*/
|
*/
|
||||||
"soffice": null,
|
"soffice": null,
|
||||||
|
|
||||||
/*
|
|
||||||
* Path to the Tidy executable.
|
|
||||||
*
|
|
||||||
* Tidy is used to improve the quality of exported pads.
|
|
||||||
* Setting it to null disables Tidy.
|
|
||||||
*/
|
|
||||||
"tidyHtml": null,
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Allow import of file types other than the supported ones:
|
* Allow import of file types other than the supported ones:
|
||||||
* txt, doc, docx, rtf, odt, html & htm
|
* txt, doc, docx, rtf, odt, html & htm
|
||||||
|
|
Loading…
Reference in a new issue