I'm working on a demand that needs a column to be added in the assets console of AEM as a Cloud Service.
This column needs to present the data of a specific field of the content fragments in folder. (jcr:content/data/master/my_field)
I got it by doing an overlay of availablecolumns and reorder.jsp in my local SDK.
- /apps/dam/gui/content/commons/availablecolumns
- /apps/dam/gui/coral/components/admin/contentrenderer/row/common/reorder.jsp
but working with jsp is no longer recommended and maybe not even supported.
There is another way to achieve this goal?
Maybe using clientlibs or PageInfoProviders. And how? Someone has an example?
