Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

Design

Default Behaviour(s)

The renditions will be displayed depending on the assigned rendition on the user role.

By default the popin is composed of the following options :

  • Format :

    • S : 200px

    • M : 500px

    • L : Full rendition of the image

    • O : Original size

  • Terms and conditions checkbox : user cannot download, copy or send by email the asset without having checked the box

  • Download button : download start when user clicks on this button

  • Copy button : copy the link of the asset in the clipboard

  • Send by email link : Open the send by email popin (see design)

Advanced Configuration

Disabling Term and condition checkbox

Set the $feature.downloadRights to false then checkbox and adjacent text will not be displayed.

Action configuration

Config path

Default value

Description

$common.namedActions.damDownload.i18n

"general.tooltip.download"

Translated text displayed on mouse hover

$common.namedActions.damDownload.icon

"fal fa-arrow-to-bottom"

Icon of the action

$common.namedActions.damDownload.props

See $common.namedActions.damDownload.props.rightsResources and $common.namedActions.damDownload.props.defaultAcceptRight

Props passed to the component to handle some conditional rendering

$common.namedActions.damDownload.rightsResources

dteendrights

Date value to use to display right date information in the “terms and conditions” paragraph

$common.namedActions.damDownload.defaultAcceptRight

true

Is the checkbox checked by default

$common.namedActions.damDownload.disableSendByMail

false

Set to true to disable (hide) the “send by mail” link

$common.namedActions.damDownload.disableCopyUrl

false

Set to true to disable (hide) the “copy” button

  • No labels