コミュニティアチーブメントバーを展開する。

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

この会話は、活動がないためロックされています。新しい投稿を作成してください。

解決済み

Couldn't create a Parsys component

Avatar

Level 2

After i create a custom component for a page, i couldn't find the any parsys component as well as my custom component in the sidekick [ I've chosen the custom component created in "Design" mode too ]

I've given a group name and selected the same group in design mode

<div data-sly-include="head.html" />
<div data-sly-resource="${ @path='par', resourceType='wcm/foundation/components/parsys'}"></div>

1 受け入れられたソリューション

Avatar

正解者
Level 3

Mohan Kumar Iyappan wrote...

After i create a custom component for a page, i couldn't find the any parsys component as well as my custom component in the sidekick [ I've chosen the custom component created in "Design" mode too ]

I've given a group name and selected the same group in design mode

<div data-sly-include="head.html" />
<div data-sly-resource="${ @path='par', resourceType='wcm/foundation/components/parsys'}"></div>

 

 

Can you please check whether your custom components have dialog. If you want to see it on sidekick please add it to your component. For testing just copy paste any other component dialog and see if it works.

-Akshita

元の投稿で解決策を見る

4 返信

Avatar

Community Advisor

Hi 

Can you please send you component dialog.xml file 

Thanks,

Mani Kumar k

Avatar

Level 10

I see you are using Sightly to create your component. For it to show up in the side rail or side kick - you need to set the proper values when creating the component. See this article as an example: 

https://helpx.adobe.com/experience-manager/using/creating-sightly-component.html

Notice when you follow this article - the herosightly shows up in General. 

Avatar

Level 10

Mohan Kumar Iyappan wrote...

After i create a custom component for a page, i couldn't find the any parsys component as well as my custom component in the sidekick [ I've chosen the custom component created in "Design" mode too ]

I've given a group name and selected the same group in design mode

<div data-sly-include="head.html" />
<div data-sly-resource="${ @path='par', resourceType='wcm/foundation/components/parsys'}"></div>

 

 

Use this

<div data-sly-resource="${ @path='par',  resourceType='foundation/components/parsys'}"></div>

and check in your system console that your Adobe Granite Sightly Template Engine is active.

Regards,

Amit

Avatar

正解者
Level 3

Mohan Kumar Iyappan wrote...

After i create a custom component for a page, i couldn't find the any parsys component as well as my custom component in the sidekick [ I've chosen the custom component created in "Design" mode too ]

I've given a group name and selected the same group in design mode

<div data-sly-include="head.html" />
<div data-sly-resource="${ @path='par', resourceType='wcm/foundation/components/parsys'}"></div>

 

 

Can you please check whether your custom components have dialog. If you want to see it on sidekick please add it to your component. For testing just copy paste any other component dialog and see if it works.

-Akshita