We can hide/disable sidekick in author mode in page component by removing/commenting or by not including "/libs/wcm/core/components/init/init.jsp" in any of the jsps of the page or its super/parent resource. But how to achieve the same in sightly page component? What/where is the line of code that enables/disables the sidekick in a sightly page? Any help would be greatly appreciated.
Solved! Go to Solution.
Hi,
In sightly also this file will be included, its will like this,
<sly data-sly-include="/libs/wcm/core/components/init/init.jsp" data-sly-unwrap/>
If you have created project via eclipse plugin, you can find it at location
\apps\[project]\components\structure\page\partials\headlibs.html
Views
Replies
Total Likes
Hi,
In sightly also this file will be included, its will like this,
<sly data-sly-include="/libs/wcm/core/components/init/init.jsp" data-sly-unwrap/>
If you have created project via eclipse plugin, you can find it at location
\apps\[project]\components\structure\page\partials\headlibs.html
Views
Replies
Total Likes
Hi Dubey,
Thanks for your reponse. What you said is true. But following is my usecase.
1. I created a template using the page component wcm/foundation/components/page and created a page using this template. When I access this page, I am able to see the sidekick. I want to hide this sidekick. Where is the code that is enabling this sidekick?
Views
Replies
Total Likes
Take a look at /libs/wcm/foundation/components/page/author.html at line 39.
thanks
Hi Dubey,
Thanks, it was helpful...
Views
Replies
Total Likes
Views
Likes
Replies