<items jcr:primaryType="nt:unstructured">
<searchRoot
jcr:primaryType="nt:unstructured"
sling:resourceType="granite/ui/components/coral/foundation/form/pathfield"
fieldDescription=""
fieldLabel="Tag Path"
name="./searchTagsPath"
required="{Boolean}false"
rootPath="/content/cq:tags"
value="${not empty cqDesign.searchRoot ? cqDesign.searchRoot : ''}"/>
<tagSelector
jcr:primaryType="nt:unstructured"
sling:resourceType="cq/gui/components/common/tagspicker"
fieldDescription=""
fieldLabel="Select Tags"
name="./searchTags"
required="{Boolean}false"
rootPath=""
value="${not empty cqDesign.searchRoot ? cqDesign.searchRoot : ''}"/>
</items>