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 !
This commit is contained in:
Lauri Ojansivu 2019-07-26 02:01:48 +03:00
parent 6a190589f5
commit 4aba290358
7 changed files with 25 additions and 1 deletions

View file

@ -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