By default , graph QL query for a content fragment and an ImageReference inside content fragment gives _author_url and _publish_url.How can we either customize either the publish URL to give scene7 urls for images or add an additional field in there?
hi , all my testcases are getting failed showing runtime exception if I am including @ChildResourceFromRequest in my model class .Model class : package comcore.models.components.content.collections.locations;import com.adobe.acs.commons.models.injectors.annotation.ChildResourceFromRequest;import com...
Hi Team, I tried to add cq-msm-locable to my custom page properties in all possible ways but unable to see the changes. The properties are still editable and no lock/inherit icon is showing beside the properties. Any solution for this?version : AEM cloud SDKThanks.
In a multi country scenario where each countries approval groups are different, what is most feasible solution, creating multiple workflows altogether or customizing to have one workflow ?
I have a requirement to build Link Objects (Type: com.adobe.cq.wcm.core.components.commons.link.Link) for multiple custom components that we are developing. I see that the LinkHandler (Type: com.adobe.cq.wcm.core.components.internal.link.LinkHandler) does this job. But, this class belongs to the int...
I am trying to setup a new ec2 instance, and on author instance. The SAML Authentication is failing and throwing the below error. com.adobe.granite.auth.saml.SamlAuthenticationHandler Login failed. SAML token invalid. com.adobe.granite.auth.saml.SamlAuthenticationHandler SAML error with reason: in...
I have this following multifield component with field type text field and name property is ./text and multifield is composite. So, what will be the sling model for that to show the values on HTL? <?xml version="1.0" encoding="UTF-8"?> <jcr:root xmlns:sling="http://sling.apache.org/jcr/sling/1.0" x...
Dear community, I'm trying to build my own custom carousel which can add multipe assets with multifield (pathfield to indicate the rootPath). As the pic shows, I'd like to add both images and videos on my banner, and am now trying data-sly-test to make this happen. Now I can only pick either image...