diff options
author | Lauri Ojansivu <x@xet7.org> | 2020-02-05 01:34:28 +0200 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2020-02-05 01:34:28 +0200 |
commit | bc6e78608b989ac50291bede717f99b55fe02cc3 (patch) | |
tree | 77b2b6041213822f283a039dfe6da1dda4ab6e8b /snap-src/bin | |
parent | 58df99d5be8460a56b06ff3151b7d63d7d12437b (diff) | |
parent | 13506945388be72b65df630eb71aee9b026c1472 (diff) | |
download | wekan-bc6e78608b989ac50291bede717f99b55fe02cc3.tar.gz wekan-bc6e78608b989ac50291bede717f99b55fe02cc3.tar.bz2 wekan-bc6e78608b989ac50291bede717f99b55fe02cc3.zip |
Merge branch '2020product-dollybean'
Diffstat (limited to 'snap-src/bin')
-rwxr-xr-x | snap-src/bin/config | 4 | ||||
-rwxr-xr-x | snap-src/bin/wekan-help | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/snap-src/bin/config b/snap-src/bin/config index 8f1bfabd..a4c23a42 100755 --- a/snap-src/bin/config +++ b/snap-src/bin/config @@ -60,8 +60,8 @@ DESCRIPTION_WITH_API="Enable/disable the api of wekan" DEFAULT_WITH_API="true" KEY_WITH_API="with-api" -DESCRIPTION_RICHER_CARD_COMMENT_EDITOR="Rich text editor in card comments. Default: true" -DEFAULT_RICHER_CARD_COMMENT_EDITOR="true" +DESCRIPTION_RICHER_CARD_COMMENT_EDITOR="Rich text editor in card comments. Default: false" +DEFAULT_RICHER_CARD_COMMENT_EDITOR="false" KEY_RICHER_CARD_COMMENT_EDITOR="richer-card-comment-editor" DESCRIPTION_CARD_OPENED_WEBHOOK_ENABLED="Card opened, send webhook message. Default: false https://github.com/wekan/wekan/issues/2518" diff --git a/snap-src/bin/wekan-help b/snap-src/bin/wekan-help index 1dc952b2..5d222b5d 100755 --- a/snap-src/bin/wekan-help +++ b/snap-src/bin/wekan-help @@ -63,7 +63,7 @@ echo -e "\n" echo -e "Accounts lockout unknown users failure window, in seconds. Default: 15" echo -e "\t$ snap set $SNAP_NAME accounts-lockout-unknown-users-failure-window='15'" echo -e "\n" -echo -e "Rich text editor in card comments. Default: true https://github.com/wekan/wekan/pull/2560" +echo -e "Rich text editor in card comments. Default: false https://github.com/wekan/wekan/pull/2560" echo -e "Default:" echo -e "\t$ snap set $SNAP_NAME richer-card-comment-editor='true'" echo -e "Disabled:" |