Expand my Community achievements bar.

Learn about Edge Delivery Services in upcoming GEM session
SOLVED

AEM 6.3 touch ui pathbrowser to display name and jcr:title together

Avatar

Level 8

Hi,

I am using coral touch ui aem6.3 with below data. It shows only Jcr :title but does not show also name like path field   on folder names in UI.Please let me know how could i achieve it.

 

I was not able to upload image as blog is not allowing to upload an image

 

 

<videoPath
jcr:primaryType="nt:unstructured"
sling:resourceType="granite/ui/components/coral/foundation/form/pathbrowser"
fieldLabel="Video Path"
name="./videoPath"
rootPath="/content/dam"
required="{Boolean}true"
rootTitle="DAM"/>

1 Accepted Solution

Avatar

Correct answer by
Level 8

We need to copy 

/libs/cq/gui/components/common/pathbrowser/pathbrowsercolumn/pathbrowsercolumn.jsp  to

 

/apps/cq/gui/components/common/pathbrowser/pathbrowsercolumn/pathbrowsercolumn.jsp

 

and do the required customization

View solution in original post

2 Replies

Avatar

Correct answer by
Level 8

We need to copy 

/libs/cq/gui/components/common/pathbrowser/pathbrowsercolumn/pathbrowsercolumn.jsp  to

 

/apps/cq/gui/components/common/pathbrowser/pathbrowsercolumn/pathbrowsercolumn.jsp

 

and do the required customization