summaryrefslogtreecommitdiffstats
path: root/snap-src/bin/wekan-help
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-08-15 00:29:00 +0300
committerLauri Ojansivu <x@xet7.org>2019-08-15 00:29:00 +0300
commitb8c527d52bec7272c890385f11e26acec65822ae (patch)
tree52f3fc66612b362e5cc06e773b7cc83e41dd1c70 /snap-src/bin/wekan-help
parenta8ab7b15d80c252f7d4838828a8505a290f23809 (diff)
downloadwekan-b8c527d52bec7272c890385f11e26acec65822ae.tar.gz
wekan-b8c527d52bec7272c890385f11e26acec65822ae.tar.bz2
wekan-b8c527d52bec7272c890385f11e26acec65822ae.zip
Add setting CARD_OPENED_WEBHOOK_ENABLED=false as default.
Thanks to xet7 ! Related https://github.com/wekan/wekan/commit/843478ac40b7718f1096a75295522487f0ca6dbe , related #2518
Diffstat (limited to 'snap-src/bin/wekan-help')
-rwxr-xr-xsnap-src/bin/wekan-help6
1 files changed, 6 insertions, 0 deletions
diff --git a/snap-src/bin/wekan-help b/snap-src/bin/wekan-help
index 479aefdf..f1e8ce28 100755
--- a/snap-src/bin/wekan-help
+++ b/snap-src/bin/wekan-help
@@ -69,6 +69,12 @@ echo -e "\t$ snap set $SNAP_NAME richer-card-comment-editor='true'"
echo -e "Disabled:"
echo -e "\t$ snap set $SNAP_NAME richer-card-comment-editor='false'"
echo -e "\n"
+echo -e "Card opened, send webhook message. Default: false https://github.com/wekan/wekan/issues/2518"
+echo -e "Enable:"
+echo -e "\t$ snap set $SNAP_NAME card-opened-webhook-enabled='true'"
+echo -e "Disable, default:"
+echo -e "\t$ snap set $SNAP_NAME card-opened-webhook-enabled='false'"
+echo -e "\n"
echo -e "Max image pixel: Allow to shrink attached/pasted image https://github.com/wekan/wekan/pull/2544"
echo -e "Example:"
echo -e "\t$ snap set $SNAP_NAME max-image-pixel='1024'"