For DAM/DM, we need to be able to bulk edit assets (same feature as we had in the first version).
In DAM:
- New action on the content view actions to bulk edit the selected documents
- Open a fancy box with a predefined layout damBulkEdit so that it can be overridden through contribution / Studio
- Reuse the same layout as we had (the one with checkboxes)
- Two ajax actions (Edit / Cancel) that will re-render the center and right panels
We want to get back this feature in DM also with the same behaviour as in DAM except:
- predefined bulkEdit layout
- Two different actions to Edit / Cancel as they won't be ajax or they won't re-render the same areas
The actions to be displayed in the popup will be specified through an actions category as an action property on the action showing the bulk edit: this allow us to have different set of actions for DM and DAM.
The default bulk edit layout for DAM and DM need to be specified.