Last updated on
17 May 2021
Question
How can I add a new tab to the Content Finder.
Answer, Resolution
Default Content Finder tabs are configured as JSON descriptors in Javascript files under /libs/wcm/extensions/contentfinder.
Steps to define a new tab:
- Create a new node under /apps of type sling:Folder (for example /apps/wcm/extensions/contentfinder).
- Add 2 properties to the new node you have just created.
- add property extensionGroup="tabs"
- add property extensionType="contentfinder_extension"
- don't forget to click Save All if you are using CRX Content Explorer or CRXDE Light
- Copy one of the files in /libs/wcm/extensions/contentfinder to the folder you just created.
- Open the copied file and change "id" attribute. Make any other modifications you need.
The next time a page is opened in CQ Authoring the Content Finder will have a new tab.