We have added wcm-io package to our instance and to the project as a dependency. We have also created a template inside our project under /apps/myproject/templates/ca-config-page with the following jcr:content node:{"jcr:primaryType":"cq:PageContent","jcr:createdBy":"admin","jcr:created":"Tue Jan 03...
Hi All, I have a requirement to create 1300 folders in one go. I found that ACS Commons Asset folder creator can be used to create the folders in one go. But my requirement is to create all these folders as contribution folders for sharing in brand portal. How can I achieve this after folder creatio...
I have a project that has path based several servlets. For some, the path resolves and for some others, not.Using the path in the Sling Servlet Resolver, the path is not resolved to the servlet configured to handle the request.Checking the system/console/components page, I can locate the servlet. Wh...
I am using AEM 6.5,Let's imagine I have AEM components "Component A" I want to disable Copy, Cut and Paste option for this particular component.How can I achieve that programmatically?
I have extended the accordion core component, requirement is to set the limit of 20 items for the accordion, how to set the limit for the items.Thanks in advance
Hi AEM Community, I am following the below documentation to generate Access Tokens using Developer Console- https://experienceleague.adobe.com/docs/experience-manager-cloud-service/content/implementing/developing/generating-access-tokens-for-server-side-apis.html The below step is not working f...
The product interface org.apache.sling.api.resource.Resource annotated with @ProviderType should not be implemented by custom code. Detected in com.day.cq.wcm.api.TemplatedResource contained in /apps/aem-app-packages/application/install/core-aemapp.core-1.0.0-SNAPSHOT.jar. The product interface com....
Hello. After updating from AEM 6.5.11 to AEM 6.5.17, some of our Clientlibs for dialogue extensions are no longer working. The cause appears to be that we have ES6 code, which has run flawlessly in browsers so far, but seems to be transformed into ES5 after the update. Unfortunately, the result is ...
I'm writing a servlet where we are getting a response from a third party API. The response we are getting is in String format, something like - {_ "errors" : [ {_ "message" : "Language encurr=USD is not supported",_ "type" : "UnsupportedLanguageError"_ } ]_} I need to store this in JsonObject format...