From 4aba290358455433c0fc676e8c9cf1bd627eddde Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Fri, 26 Jul 2019 02:01:48 +0300 Subject: Add RICHER_CARD_COMMENT_EDITOR=true setting to Source/Snap/Docker/Sandstorm. More details at https://github.com/wekan/wekan/pull/2560 Thanks to xet7 ! --- start-wekan.bat | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'start-wekan.bat') diff --git a/start-wekan.bat b/start-wekan.bat index b6e88089..d84e9eb1 100755 --- a/start-wekan.bat +++ b/start-wekan.bat @@ -21,6 +21,10 @@ SET PORT=2000 REM # If you disable Wekan API with false, Export Board does not work. 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 + REM # ==== Allow to shrink attached/pasted image ==== REM # https://github.com/wekan/wekan/pull/2544 REM SET MAX_IMAGE_PIXEL=1024 -- cgit v1.2.3-1-g7c22