so I have something like these: @AttributeDefinition( name = "Google URL", description = "", defaultValue = "https://www.google.com", type = AttributeType.STRING) String googleURL() default "https://www.google.com"; I want to change the value of the variable wh...
i am trying to apply a sling filter to filter requests coming to /content/cq:graphql/global/endpoint.json because I want to add few fields to the json response.But my filter is not getting invoked when I send a POST request to the graphql endpoint.anybody tried doing so?or any pointers?
As highlighted in the image , I need to write a Groovy Script to get a count of all the folder with the name "renditions" and as a secondary task, I need to delete content from all the such folders.Any help would be greatly appreciated,Thanks
Greetings to all! We want to create AEM site pages in bulk using an editable template. Is there an out-of-the-box way to do this?I'd appreciate any suggestions. version - AEMaaCSThanks,
Hi wonderful people, I have a custom post-processing workflow model which gets triggered by CustomDamWorkflowRunnerImpl.This gets triggered after AEM completes all of its internal asset compute processing. The first step in the workflow model is a GOTO process which calls a sling service to determin...
Followed this tutorial, I setup my local AEM. Is it possible to config MS office plug in in my local AEM? Thanks.https://adobe-consulting-services.github.io/acs-aem-commons/features/ms-office-asset-selector/index.html
Hi there, I'm relatively new to AEM and I need some assistance. The following data-sly-call is not being called, invoked or rendered and I don't know WHY? It seems to be working in other components but doest not work on others.<sly data-sly-call="${clientlib.ctagroup @ ctaGroupModel=ctaGroup}"></sly...
I am brand new to AEM. Followed this tutorial to setup local AEM runtime. The authoring tool started without any issue. But the publishing tool failed. A redirect happens after the server is up. Got 404 on http://localhost:4503/content.html. Does anyone know what is going on? Thanks. I use a M1 MacB...
Hi, We are using AEM6.5 version, I would a mechanism to capture the saml response in JAVA code . I would need to read data like email id , username like first and last name, other details which are part of saml response. I would want to capture in java code to do other processing checks Any sample c...