この会話は、活動がないためロックされています。新しい投稿を作成してください。
この会話は、活動がないためロックされています。新しい投稿を作成してください。
how i can load a list of components enabled on that parsys, excluding components enabled elsewhere on the page.
解決済! 解決策の投稿を見る。
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!
表示
返信
いいね!の合計
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.
表示
返信
いいね!の合計
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.