Skip to main content
October 16, 2015
Répondu

ContentFinder Extension

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.

Ce sujet a été fermé aux réponses.
Meilleure réponse par Sham_HC

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

1 commentaire

Sham_HC
Sham_HCRéponse
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.