Sightly (now known as HTL) - the Apache Sling XSS-aware template language
I have a basic java use class object that extends WCMUSE and a simple hashmap method - in the sightly …
aem sightlyI have the following line, in the page component file /apps/my-app/components/pages/homepage/body.html <div data-sly-resource="${ @…
aem sightlyI have the following code: <sly data-sly-use.link="${'core.impl.view.tools.LinkUtils' @ path=properties.targetURL}"></sly&…
sightly htlWe are using template editor in AEM 6.2 to create templates , and we have followed below steps to create a template- 1.…
html aem sightlyUsing data-sly-list I can iterate over a list object in Sightly, but how can I check if a list is …
adobe aem sightlyI've been following the documentation here Apparently, in order to have my "use" class be visible to my Sightly component, …
java osgi aem osgi-bundle sightlyHow can I remove the decoration tags only in preview/publish mode in AEM sightly? I have seen the question …
aem sightlyIn JSTL you can set variables in on component that are available to all other components after it in the …
aem sightlyIn Sightly, I want to have if statement as in below if x == "Australia" then execute the html below I …
sightlyI currently have a data-sly-list that populates a JS array like this: var infoWindowContent = [ <div data-sly-use.ed="Foo" data-sly-list="${…
aem sightly