Actions on Assets Selection
Design
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 actions:
Add to Board/Portal
Secondary actions:
Change status
Bulk Update
Copy to Workspace
From a board page
From a board page, the user can select multiple assets, and can apply actions on them, including :
Main actions :
Add to Board/Portal
Secondary actions:
Change status
Copy to Workspace
Remove from board
From a portal page
Main actions:
Add to Board/Portal
Secondary actions:
Change status
Bulk Update
Copy to Workspace
Advanced Configuration
Actions are configured in $dam.explore.footer.selection.actions
as an array of actions.
Default value is :
[
"addTo",
"downloadSelection",
"damSendByMailSelection",
"updateAssetStatus",
"damBulkEdit",
"damCopyToWorkspace"
]
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
.