Solved
How to include themed clientlibs in HTL/Sightly?
Hi,
I know that in jsp, we can use themed clientlibs by using themed attribute:
<cq:includeClientLib js="themeParent" themed="false"/>
But not able to find how to use it in Sightly.
Hi,
I know that in jsp, we can use themed clientlibs by using themed attribute:
<cq:includeClientLib js="themeParent" themed="false"/>
But not able to find how to use it in Sightly.
There is no way. except calling this include statement conditionally.
That's the implementation for reference /libs/granite/sightly/templates/ClientLibUseObject.java
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.