How to disable Sidekick in sightly page component | Community
Skip to main content
mohanr80993572
New Participant
November 10, 2015
Solved

How to disable Sidekick in sightly page component

  • November 10, 2015
  • 4 replies
  • 1945 views

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.

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 edubey

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

4 replies

mohanr80993572
New Participant
November 20, 2015

Hi Dubey,

Thanks, it was helpful...

edubey
New Participant
November 11, 2015

Take a look at /libs/wcm/foundation/components/page/author.html at line 39.

thanks

mohanr80993572
New Participant
November 11, 2015

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?

edubey
edubeyAccepted solution
New Participant
November 10, 2015

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