Asset size metadata in asset finder of AEM | Adobe Higher Education
Skip to main content
Nirmal_Jose
Adobe Employee
Adobe Employee
May 27, 2019
解決済み

Asset size metadata in asset finder of AEM

  • May 27, 2019
  • 1 の返信
  • 1783 ビュー

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

I want this data to be displayed in

このトピックへの返信は締め切られました。
ベストアンサー arunpatidar

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/

1 の返信

arunpatidar
Community Advisor
Community Advisor
May 27, 2019

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