<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.