Custom content finder tab in adobe cq5 -


i have created custom content finder tab in adobe cq5 referring page https://helpx.adobe.com/experience-manager/kb/customcftab.html.

i have 2 tabs displays contents paths below:

tab 1=a/b , tab 2= a/b/c

now want tab 1 not display content under a/b/c. in other words, tab 1 should exclude specific sub folder under it.

i played around url entry not successful,

"url": "/bin/wcm/contentfinder/asset/view.json/a/b/"

any in regard appreciated.

thanks

afaik , ootb content finder uses gql fetch results , display in cf tab , hard customize (at least me !).

you can refer acs commons custom version of content finder query builder queries (which easier customize gql).

and restricting query builder query specific path , might refer sof post.


Comments

Popular posts from this blog

searchKeyword not working in AngularJS filter -

sequelize.js - Sequelize: sort by enum cases -

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -