for example: I want to hide sections in the component (example: I want to make the search bar optional in my custom header component). I know I can use either methods (with additional CSS for styling policies) but I would default to using component dialog properties as that's what I'm used to (does ...
Hi Team We are migrating from AMS to AEM as a cloud with headless architecture.So we will creating content fragments and expose that CFs as a json. We are having some sites which are in multiple languages. (MSM)how to create language copy, live copy content fragments for this requirement. ?? Any ref...
might be best explained with some terminal output (I'm using WSL since I can create links there) in the screen dump below, myhost1 and myhost2 are existing domains that can be deployed (to all environments) without any problems since last Friday (The last dev deployment was something I started). myh...
Hello Community Team,Since long time we were using SonarQube for Code Quality check and coverage for our AEM projects. But recent versions of SonarQube (v17 and above) have upgraded to provide support for Java 17+ and it is not backward compatible.Since, AEM 6.5 is compatible with Java 11 only does ...
Hi,I was trying to embed a video in rich text editor through source edit as below .On saving the dialog the video tag is getting saved in the property but when I open the dialog again the video tag is not appearing and at the same time the video is not being displayed on the page too .<video width="...
Hi,I am trying to integrate AWS Cognito on a custom servlet. Such that whenever I make a GET call to /bin/customServlet it should do a token based authentication and give the response accordingly.can some one please provide any inputs/examples on integrating AWS Cognito with AEM.AEM version: 6.5.17 ...
I'm at a loss for what to do - Please HELP!!I have been using Designer for the last 4 years but I'm at a complete loss as to why one of my forms fields is not working as it should. Background:I have a form with dependencies i.e. if X is selected then hidden fields ABC are shown. Field C is a repeat...
I see adobe has updated bulk import with two more options in the dropdown in the documentation on June 13, 2024 site https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/assets/assets-view/bulk-import-assets-view1. Dropbox2. Onedrive However when we login to the site, ...
Hello Team, I wanted to read json file from DAM location in my sling model. Can, someone help me with a valid, performance efficient logic? Thanks in advance.