We are using cq 5.6.1, We are uploading image assets in DAM -> publishing it to scene 7.Now author will drag from S7 content finder a scene 7 image.I am able to fetch image via scene7 URL (without any preset).The same image when shown from DAM appears clear and of size 940 X 164 , image when fetched...
Hi,I need to limit the creation of a template to this path /content/myproj/language/here and not as a child of "here"I tried with all the possible combinations of: /content/myproj/(.*)/(.*) but it doesn't work.Can you help me? Thanks
Hi All, We have a requirement to pre populate the component dialog with osgi configuration values. We have to make the component compatible with Classic as well as Touch UI. We referred the below link for setting values in touch ui dropdown by using datasource. link : https://helpx.adobe.com/experi...
Hello, I was Developed a component on that component i am providing values through dialog like defaultValue property My problem is when i was drag and drop from sidekick to parsys, The default values are not apply by defaultly when component drag and drop, in edit bar of that component when click an...
There are 8 categories of tags that are included in the document library, which all correspond to tags in AEM. The child tags of those categories are displayed when you click the arrow on each category. Apparently, these child tags are just shown in the order they appear in the JCR. Is there a way...
Hi,I'm using cq5.5 and i have a code like this:import javax.jcr.Node; import javax.jcr.RepositoryException; import org.apache.felix.scr.annotations.Component; import org.apache.felix.scr.annotations.Property; import org.apache.felix.scr.annotations.Service; import org.apache.jackrabbit.commons.predi...
Hi All,I have one simple question: As per the document, Context hub is: The ContextHub Javascript API provides access to the context data that ContextHub manages. This page briefly describes the main features of the API for accessing and manipulating context data. Follow links to the API reference d...
When creating a Sightly page component, we are unable to find out how to name the file inside the component so that it overrides the XML rendition of the component. We can't use the usual xml.jsp, since this is a Sightly component. Oddly, if I put an xml.jsp in my Sightly component, it takes effect...
I added an entry in resource resolver factory and saved it. If i access any page based on new rule i am getting below errorCaused by: org.apache.sling.scripting.sightly.SightlyException: Cannot find class apps.sling.servlet.errorhandler.ResponseStatus. at org.apache.sling.scripting.sightly.impl.c...