To add components to the sidekick for use with a parsys component without updating the design dialog, the following steps can be taken.
1. Locate your “par” component in the design for your site.
2. If a property “components” of type String[] doesn’t exist, add it.
3. If the property already exists, update the value to add the path to your component to the list.
4. That should be it.






Hi, Thanks for this info. Are these still valid for CQ 5.5 ?
I could not find any par component in the ETC folder. I just created a new component and trying to get is displayed with out a dialog.
Did not work cz I do not have par in Etc. Could you please help.
TX
Chamila
Chamila,
You cant have a component show up in the sidekick without it having a dialog.
I can’t find my “par” component in my ETC folder too. I created my component “item” under /apps/my_project/components/item. Under “item”, I added the property “components” with the above mentioned values. Is that the way to go?