How to use the namespaces in the TagInputField (xtype = tags) | Community
Skip to main content
Level 3
December 4, 2015
Solved

How to use the namespaces in the TagInputField (xtype = tags)

  • December 4, 2015
  • 1 reply
  • 713 views

<tags jcr:primaryType="cq:Widget" fieldLabel="Filter by Tag"
      name="./tags" xtype="tags" tagsBasePath="/etc/tags/myprojecttag" >
      <namespaces>
           <news
                 name="news"
                 maximum="1"/>
     </namespaces>
</tags>

 

I am trying to display only the 'news' tags under 'myprojecttags'.

 

What I am missing?

I've read the documentation, but can't make it work.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by edubey

Hi, 

Add the properties as shown in image, use multi for namespace 

1 reply

edubey
edubeyAccepted solution
Level 10
December 4, 2015

Hi, 

Add the properties as shown in image, use multi for namespace