Couldn't create a Parsys component | Community
Skip to main content
Mohan_Kumar_Iya
Level 2
February 25, 2016
Solved

Couldn't create a Parsys component

  • February 25, 2016
  • 4 replies
  • 1418 views

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>

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

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 replies

Mani_kumar_
Community Advisor
Community Advisor
February 25, 2016

Hi 

Can you please send you component dialog.xml file 

Thanks,

Mani Kumar k

smacdonald2008
Level 10
February 25, 2016

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. 

Amit_Kumar
Level 10
February 26, 2016

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

akshitaa8272040Accepted solution
Level 3
February 26, 2016

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