mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
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:
parent
6a190589f5
commit
4aba290358
7 changed files with 25 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue