AEM 6.3 Touch ui for coral pathfield need linkPattern ending with .html
Hi ,
I am using coral touch ui sling:resourceType="granite/ui/components/coral/foundation/form/pathbrowser"
when user selects the required path in touch ui dialog it must append .html at the end .How to achieve it
The xml data i have is
<accessLevelPath
jcr:primaryType="nt:unstructured"
sling:resourceType="granite/ui/components/coral/foundation/form/pathbrowser"
fieldLabel="Access Level Page Path :"
name="pagepath"
rootPath="/content">
Thanks