Actions on Assets Selection
Design
Â
From the search page
From a board page
Â
How it works
From the search page
From the search page, the user can select multiple assets, and can apply actions on them, including :
Main action :
Secondary actions :
Add to a board
Bulk Update
From a board page
From a board page, the user can select multiple assets, and can apply actions on them, including :
3 main actions :
Add to a board (existing or new)
Detach from board
Advanced Configuration
Actions are configured in $dam.explore.footer.selection.actions
as an array of actions.
Default value is :
[
"downloadSelection",
"damBulkEdit",
"damBoard",
"damSendByMailSelection"
]
Configuring main action
Main action is the first action of the list.
Configuring Secondary actions
Secondary actions are the others actions and are accessible by clicking on the three dots icon.
Disabling Assets selection
Set $dam.picker.maxItemsToSelect
to 0
.