


Hi All,
We have a requirement where we need to disabled options (Share, Chekout, To Collections, Move etc)from Asset menu. Please advise.
http://localhost:4502/assetdetails.html/content/dam/we-retail-screens/we-retail-instore-logo.png
Thanks
Siva
Views
Replies
Sign in to like this content
Total Likes
You can use render conditions to do this. The button will be shown if the render condition returns true. There are different render conditions ootb. See which one suits your need. You can create a custom render condition as well. Overlay the appropriate node to /apps and add the render condition. You can refer to /libs/dam/gui/content/assetdetails/jcr:content/actions/moveasset/granite:rendercondition/privilege.
Views
Replies
Sign in to like this content
Total Likes
If you simply want to disable those, you can overlay /libs/dam/gui/content/assetdetails/jcr:content/actions
and add disabled (boolean) = true for these actions
If these are based on user or some condition, you can leverage render conditions in AEM
Thanks for your prompt response.
But i'm not able to disable 'Share', Annotate, Add Rendition option even though i've added disabled property 'true'. please advise.
Views
Replies
Sign in to like this content
Total Likes
Can you please advise why the 'Share', 'Annotate' options are not disabled?
Views
Replies
Sign in to like this content
Total Likes