ContentFinder Extension | Community
Skip to main content
October 16, 2015
Solved

ContentFinder Extension

  • October 16, 2015
  • 1 reply
  • 570 views

I am adding a custom tab to the content finder in our CQ5 project. One of the requirements is to add tag lists from selected namespaces as a filter criteria. The expectation is to display the tags in the standard tab picker. Added the following in the items list section of my contentfinder extension file in /apps/wcm/extensions/contentfinder, with no luck:

{"xtype":"tags", "id":"some_id", "namespaces":["/etc/tags/mynamespace1",...]}

 

I also tried the xtype "optionspredicate" but still no data gets loaded in the CF.

Any insight to this is greatly appreciated.

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 Sham_HC

You need to overlay (ContentFinder.js) + extend.   In the overlay define an panel containing tree in layout to display tree structure.

1 reply

Sham_HC
Sham_HCAccepted solution
Level 10
October 16, 2015

You need to overlay (ContentFinder.js) + extend.   In the overlay define an panel containing tree in layout to display tree structure.