diff options
Diffstat (limited to 'start-wekan.sh')
-rwxr-xr-x | start-wekan.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/start-wekan.sh b/start-wekan.sh index ad17f2fb..8dade1cc 100755 --- a/start-wekan.sh +++ b/start-wekan.sh @@ -39,7 +39,7 @@ #--------------------------------------------------------------- # ==== RICH TEXT EDITOR IN CARD COMMENTS ==== # https://github.com/wekan/wekan/pull/2560 - export RICHER_CARD_COMMENT_EDITOR=true + export RICHER_CARD_COMMENT_EDITOR=false #--------------------------------------------------------------- # ==== CARD OPENED, SEND WEBHOOK MESSAGE ==== export CARD_OPENED_WEBHOOK_ENABLED=false |