Conversational AI that drives discovery, confidence, and conversion We’re excited to share that Adobe Brand Concierge is now generally available - a new, brand-first AI application designed to help you deliver richer, more intuitive digital experiences. What is Brand Concierge? Brand Concierge ...
I have a number of sites all the same basic design and the content is shown dynamically via the navigation. Think a number of links on the navigation that shows that content. So we don't get problems with Google, while the site name is different the URL is the same structure just year/month/day - ...
Hey everyone, We've been integrating some custom modules in our Frontend and started using GitLab Package Registries. It's got to the point where it's all working without a hitch locally, by providing the registry URL including token via .npmrc. But as soon as we try to deploy it to the Cloud Mana...
Hello can I please ask for some quidelines how to transform CRA (create-react-app) into one standalone clientlib for one ( NON AEM SPA) custom componenent ? This component will exist with standard AEM components on the page.Example:Fully static aem page with header, herobanner, footer - build using ...
You need to submit to an HTTPS end point. On your local, enable HTTPS using self signed certificates. You can download the certificates from here and also watch the video on how to enable HTTPS on your local: https://experienceleague.adobe.com/docs/experience-manager-learn/foundation/security/use-...
Hi All, I have created a custom validation for multifield in my header component, but after adding the validation to the dialog via the extraClientLibs property, the tool tip stops working in my dialog, if I hover over the error message icon or field description icon no message is displayed. Pleas...
Hi, I'm implement a custom provider (com.adobe.granite.auth.oauth.Provider), and i want save the avatarUrl of user in profile. I check the node profile under user and the resourceType is cq/security/components/profile When user is created, i can save email, name, id, but if i put other field suc...
Hello Team, I am trying to embed com.google.guava jar file as a third party dependency in my maven build. But it does not deploy to felix console. When I try to manually upload to felix console it works but not through maven build. I am following the below steps for this. In the main pom of the ...
Hi all, I have a requirement that , to show the below level 1 under industry-solution-components folder and level 2 components under l2-layer in AEM page under Industry Tab. I have a below JSP code and want to replace with the above requirement . <slingx:forEachChildResource var="industriesResour...
Hi, I am struggling to manipulate an address field to remove the country code, format lines breaks and add the country name. The text I am using is in the format: "First Line / Second Line / Third Line / IE" var vAddress;vAddress = addresstest.rawValue ;vAddress = vAddress.substring(0,vAddress.len...