Solved
AEM touch ui for tagfield to populate a certain path under cq:tags for aem6.5
Hi ,
I am using the below code and wanted to show tags from from path .I am using coral ui for the dialog other parameters
/content/cq:tags/verticals/subveticals
How to do that or do we need to any other sling:resourceType which will resolve the issue
<vertical
cq:showOnCreate="{Boolean}true"
jcr:primaryType="nt:unstructured"
sling:resourceType="/libs/cq/gui/components/coral/common/form/tagfield"
allowCreate="{Boolean}true"
fieldLabel="Vertical"
metaType="tags"
name="./verticalTags"/>
Thanks

