Hi I am trying to get the script tag from dialog to page using context as "html", but its not supporting the <script> tag. Is there is any other way to include <script> tag from dialog to page ?. ${inheritedPageProperties.dtmheader @ context='html'}Thank you.
I have included a component through data-sly-resource. I am able to get the cq decoration tags on firefox and IE; able to edit the component where as I am unable to see the decoration on Chrome. <li class="apply-btn"> <div data-sly-resource="${ @path='applybtn', resourceType='thei...
Hi Team,Created new cq:page xxx under /content and mapped to group. Once i am providing modify permission, it is showing as non-effective for Group . Please let me know how to provide access.
HI All,I am constructing page url from the below lines of code and displaying in mail template but it has broken displaying in the mail template.Construction of page in service: final String pagepath = externalizer.authorLink(resourceResolver, payload); Mail template(output):Hi ContentReview...
Hi guys,I was checking this documentation https://docs.adobe.com/docs/en/aem/6-1/administer/sites/msm/msm-livecopy.html and there is a section about Detach functionality.it states:In the Sites console, select the live copy page and click or tap View Properties.Click or tap the LIVE COPY tab.On the t...
Hi All,We have a below JCR-SQL2 query as below :SELECT DISTINCT Path FROM [nt:base] AS s WHERE ISDESCENDANTNODE([/content/x/y]) AND (CONTAINS(s.[cq:tags],'ABC DEF^600') OR CONTAINS(s.blocktitle,'ABC DEF^400') OR (s.blocktitle LIKE 'ABC DEF%') OR CONTAINS(s.bodycopy,'ABC DEF^100') OR (s.bodycopy LIKE...
Hi Team , Can someone help me on how to use "Not Equal to " in QueryBuilder. My query is of like this type. http://localhost:4502//bin/querybuilder.json?p.hits=full&primarytype=nt:unstructured&path=/content/data/masterdata/program&property=programName&property.value!=marketing&p.limit=-1
Hi All,CONTAINS(s.[jcr:title],'abc') OR (s.[jcr:title] LIKE 'abc%')) The above line is being used in JCR-SQL2 query.1]What exactly does CONTAINS and LIKE do here.Any thoughts on this will be helpful.
Hi Everyone,I'm using /etc/map rules to remove /content/appname from requests. This works properly for incoming HTTP requests.However, image tags rendered in Sightly templates are not rewritten. For example, if I have an image component at /content/app1/en/news/image, the src attributes in the image...
Hi All,In order to avoid the below error, I am creating resourceresolver and session at every place(all methods) and closing it at the end of method in finally block.. Sample piece of code for creating and closing resourceresolver and session in single methodI am doing lot of operations(remove node,...