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"/>
Solved! Go to Solution.
Views
Replies
Total Likes
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
Views
Replies
Total Likes
Any inputs on this ??
Views
Replies
Total Likes
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
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies