Hi Team,
We are looking to make title of an asset mandatory, and as part of this whenever author uploads an asset into dam if title is missing it should open a modal window to enter mandatory fileds like title and move forward.
Thanks
Solved! Go to Solution.
Views
Replies
Total Likes
You would have to overlay /libs/dam/gui/coral/components/commons/fileupload/clientlibs/fileupload/js/fileupload.js and customize as per the needs.
However, this would also impact the bulk upload of assets.
Hello @aem-enthu27
We can define the metadata fields mandatory via metadata schema OOTB. AEM already provides checks and highlights for mandatory data to be available.
If we follow the route of forcing the user to enter title while upload, then we would have to customize
- Upload asset via Create button
- Drag n drop
- Will also cause discrepancies for uploads from Desktop App/Asset Link.
Which use-case is bothering, even after making the title as mandatory via metadata schema?
We want to force user to enter title while upload asset via create button.
You would have to overlay /libs/dam/gui/coral/components/commons/fileupload/clientlibs/fileupload/js/fileupload.js and customize as per the needs.
However, this would also impact the bulk upload of assets.
Yes, I did
overlay /libs/dam/gui/coral/components/commons/fileupload/clientlibs/fileupload/js/fileupload.js and customized as per the needs. working as expected If i upload one file.
same title for all the assets which we do not want.
Views
Replies
Total Likes
Views
Likes
Replies