Expand my Community achievements bar.

SOLVED

Asset size metadata in asset finder of AEM

Avatar

Employee Advisor

I have a requirement to show the size of an asset in the asset finder panel in AEM itself.

I am able to see this metadata in the asset search panel -  card view content

Screenshot 2019-05-27 at 18.50.27.png

I want this data to be displayed in

Screenshot 2019-05-27 at 18.50.52.png

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

you may need to overite OOTB servlet

com.day.cq.wcm.core.impl.servlets.contentfinder.AssetViewHandler

http://www.computepatterns.com/153/overriding-out-of-the-box-servlet-in-aem-sling/



Arun Patidar

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

you may need to overite OOTB servlet

com.day.cq.wcm.core.impl.servlets.contentfinder.AssetViewHandler

http://www.computepatterns.com/153/overriding-out-of-the-box-servlet-in-aem-sling/



Arun Patidar