Hi ,
I have an added an xtype as tag in dialog. My requirement is that it must show up this field only if the dialog only if the URL is having a required content path.Please let me know how I can achieve it ,if not it must not be visible in dialog.
The tag details that I have added in the dialog is mentioned below
<tagvalue
jcr:primaryType="cq:Widget"
fieldLabel="tag filed "
name="./tagname"
namespaces="[xxx]"
xtype="tags"/>
Thanks.