Hi @PRATHYUSHA_VP As you said I changed the position of granite:data node but still no luck. can you please look into .xml<?xml version="1.0" encoding="UTF-8"?><jcr:root xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:nt="http://www.jcp.org/jcr/nt/1.0" xmlns:granite="http://www.adobe.com/jcr/granite/1....
below is my scenario, card variation has three options Image on top, BG-Image and No Image. the card size field shoukld display only on Image on top variation. for thisdialog structure, for cardSize node I added granite:datanodewith value cq-dialog-showhide-target = .showhidetopImageeventhoug I prov...
@EstebanBustamante Thanks! its working <p>${'MMMM' @ format=cardObj.cardEventDate}</p><p>${'dd' @ format=cardObj.cardEventDate}</p> these are the two lines I have written to achive the above format
I have a requirement to get the date and month from the datepicker, this is the default format "2024-10-21T00:00:00.000+05:30" in AEM but I want date(00) and month(may). so to get this I have a method calenderEvent.@Getter@ValueMapValueCalendar cardEventDate; <p>${cardObj.cardEventDate @ format='MMM...
Hi AllI recently set up AEM project. I created a template with base page. so I didn't see any content on the template like container, and parasys on both structure and Initail content mode. I found the below error in error.logERROR: GET /conf/aem-bootcamp/settings/wcm/templates/home-page/structure.h...
Hi All,I have a sling model with a fragmentPath variable, using this variable I'm retrieving the content fragment data. how to write Junit test cases using Junit 5. Anybody can share your thoughts! @aanchal_sikka, @arunpatidar , @HrishikeshKa