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...
The search functionality was working fine initially but after adding the google tag manager script in the header or customlibhearder and then when I try to use the search functionality of We.Retail website on the local host, the whole screen turns red when I click on the search icon. Can someone he...
For some reason whenever I view my page in publish mode, the aria-label is gone... for example <a href="home.html" aria-label="home page">Home</a>for: cq/gui/components/authoring/dialog/richtextI literally updated the crx/de with aria-label, and done @ context = 'html'turns into:<a href="home.html">...
Hi, Is there a way to restrict the users from having hand-typed values for the field with tagfield resourceType? As shown below in the screenshot, the value for the Tags field has two values. "Typed" is the value being hand-typed whereas "Asset Properties: Orientation / Landscape" is the value being...
Hello,Greeting for the day!We are using a content fragment component which supports title, table & Button models.Now as per the requirement we have to only show styles based on authoring of model.Eg. If Button Content Fragment is path is authored on content fragment component than only styles which ...