summaryrefslogtreecommitdiffstats
path: root/start-wekan.bat
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-07-26 02:01:48 +0300
committerLauri Ojansivu <x@xet7.org>2019-07-26 02:01:48 +0300
commit4aba290358455433c0fc676e8c9cf1bd627eddde (patch)
tree0ba464123d162bea2f59e6ecda3d41ecb3bf793f /start-wekan.bat
parent6a190589f54ac916f1490fe71f6872137bdafd58 (diff)
downloadwekan-4aba290358455433c0fc676e8c9cf1bd627eddde.tar.gz
wekan-4aba290358455433c0fc676e8c9cf1bd627eddde.tar.bz2
wekan-4aba290358455433c0fc676e8c9cf1bd627eddde.zip
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 !
Diffstat (limited to 'start-wekan.bat')
-rwxr-xr-xstart-wekan.bat4
1 files changed, 4 insertions, 0 deletions
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