|
@@ -125,6 +125,18 @@ echo -e "\t$ snap set $SNAP_NAME card-opened-webhook-enabled='true'"
|
|
echo -e "Disable, default:"
|
|
echo -e "Disable, default:"
|
|
echo -e "\t$ snap unset $SNAP_NAME card-opened-webhook-enabled"
|
|
echo -e "\t$ snap unset $SNAP_NAME card-opened-webhook-enabled"
|
|
echo -e "\n"
|
|
echo -e "\n"
|
|
|
|
+echo -e "Attachments upload mime types. Example: image/*,text/*"
|
|
|
|
+echo -e "Enable:"
|
|
|
|
+echo -e "\t$ snap set $SNAP_NAME attachments-upload-mime-types='image/*,text/*'"
|
|
|
|
+echo -e "Disable, default:"
|
|
|
|
+echo -e "\t$ snap unset $SNAP_NAME attachments-upload-mime-types"
|
|
|
|
+echo -e "\n"
|
|
|
|
+echo -e "Attachments upload max size in bytes. Example: 5000000"
|
|
|
|
+echo -e "Enable:"
|
|
|
|
+echo -e "\t$ snap set $SNAP_NAME attachments-upload-max-size='5000000'"
|
|
|
|
+echo -e "Disable, default:"
|
|
|
|
+echo -e "\t$ snap unset $SNAP_NAME attachments-upload-max-size"
|
|
|
|
+echo -e "\n"
|
|
echo -e "Max image pixel: Allow to shrink attached/pasted image https://github.com/wekan/wekan/pull/2544"
|
|
echo -e "Max image pixel: Allow to shrink attached/pasted image https://github.com/wekan/wekan/pull/2544"
|
|
echo -e "Example:"
|
|
echo -e "Example:"
|
|
echo -e "\t$ snap set $SNAP_NAME max-image-pixel='1024'"
|
|
echo -e "\t$ snap set $SNAP_NAME max-image-pixel='1024'"
|