diff options
Diffstat (limited to 'start-wekan.bat')
-rwxr-xr-x | start-wekan.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/start-wekan.bat b/start-wekan.bat index 55dace87..718025ed 100755 --- a/start-wekan.bat +++ b/start-wekan.bat @@ -23,7 +23,7 @@ SET WITH_API=true REM # ==== RICH TEXT EDITOR IN CARD COMMENTS ==== REM # https://github.com/wekan/wekan/pull/2560 -SET RICHER_CARD_COMMENT_EDITOR=true +SET RICHER_CARD_COMMENT_EDITOR=false REM # ==== CARD OPENED, SEND WEBHOOK MESSAGE ==== SET CARD_OPENED_WEBHOOK_ENABLED=false |