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>
Solved! Go to Solution.
Views
Replies
Total Likes
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
Views
Replies
Total Likes
Hi
Can you please send you component dialog.xml file
Thanks,
Mani Kumar k
Views
Replies
Total Likes
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.
Views
Replies
Total Likes
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
Views
Replies
Total Likes
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
Views
Replies
Total Likes