Share by mail

Design

Default behavior(s)

Opens a form that allow user to send an email with selected assets (can be assets from a board).

 

Advanced configuration

Config path

Default value

Description

Config path

Default value

Description

i18n

"general.tooltip.send.by.email"

Text of the tooltip when icon’s action is hovered

icon

"fal fa-paper-plane"

Icon of the action button

props.showAcceptRight

true

Show accept right text and checkbox

props.defaultAcceptRight

false

Accept rights by default

 

Modifying available download options

Available options are retrieve from a call to wedia/cart/profiles, hence those values are configurable via the WXM_CART plugin.

Modifying default expire date

To handle the default expired date of the share link, you can either change the value of $board.behaviors.shareExpireEndOfMode or the value of $board.behaviors.shareExpirePlusDays.

$board.behaviors.shareExpireEndOfMode has two possible values (week or month), it sets the end of validity either to the end of the current week or the end of the current month.

To use $board.behaviors.shareExpirePlusDays you should not set $board.behaviors.shareExpireEndOfMode, then you can specify a number of days till the default expires date.