Side kick | Community
Skip to main content
narayanank84409
New Participant
October 16, 2015
Solved

Side kick

  • October 16, 2015
  • 5 replies
  • 1225 views

how i can  load a list of  components enabled on that parsys, excluding components enabled elsewhere on the page.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

5 replies

WhoaShekhar
New Participant
October 16, 2015

Hi there,

Thanks for reaching out to Adobe Community.

Not quite sure what you are trying to achieve. If you are looking to enable the component, you need to click the edit ruler in the Sidekick and then enable them in the design mode: 

See this: http://docs.adobe.com/docs/en/aem/6-1/author/page-authoring/default-components/designmode.html

Thanks!

smacdonald2008
New Participant
October 16, 2015

As a first step - try using QueryBuilder to search for components where the node type is cq:Component and the sling:resourceSuperType is foundation/components/parbase. This will return a result set that contains components can be placed on sidekick. 

edubey
New Participant
October 16, 2015

From what you mentioned this is what I understand:

You are have some parsys on your page. To all parsys you want to assign some set of components so that only assigned components can be used inside them.

Its possible, to that particular parsys go to design mode and add components you want. and check in the code.

Its that simple. We did same for few projects. Let me know if you need any help.