mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
Added attachments file type and size snap settings and help text.
Thanks to xet7 ! Related https://github.com/wekan/wekan/pull/4618
This commit is contained in:
parent
d7292690bd
commit
0c224a0a7f
2 changed files with 20 additions and 0 deletions
|
|
@ -125,6 +125,18 @@ echo -e "\t$ snap set $SNAP_NAME card-opened-webhook-enabled='true'"
|
|||
echo -e "Disable, default:"
|
||||
echo -e "\t$ snap unset $SNAP_NAME card-opened-webhook-enabled"
|
||||
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 "Example:"
|
||||
echo -e "\t$ snap set $SNAP_NAME max-image-pixel='1024'"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue