Hi everybody.I am trying to add a folder with frontend files to sonar analysis scope. However, using properties on pom.xml doesn't make any difference: <properties> <sonar.sources>src/main</sonar.sources></properties> I added this to my pom.xml, but i found in my logs something about properties b...
I have enabled SDI for my header and footer components. I have configured a dispatcher for parsing it and added AddOutputFilter as below. AddOutputFilter INCLUDES .html NOTE: Followed https://experienceleague.adobe.com/docs/experience-manager-learn/foundation/development/set-up-sling-dynamic-incl...
Hi All, We are working on implementing blue green deployment for our project and we do have sticky session and logged IN users with AEM. The query we have is during the cutover from blue to green servers what will happen to the users that are logged in and registered with the blue servers. Will the...
Hi Everyone, ContextHub segment js /conf/../settings/wcm/segments/segment.seg.js is throwing 404 in publish. Working fine on author. /conf/../settings/wcm/segments/segment is published and path is available in publishAllowed /conf path with seg selector and js extension from dispatcher/0090 { /type ...
Dear team, For one of the AEM 6.5.16 environment with nosamplecontent, we have applied deny permissions to any of the workflow models based on the instructions mentioned in the documentation https://experienceleague.adobe.com/docs/experience-manager-65/administering/operations/workflows-managing.ht...
Hi,I have been trying to use the placeholder that has been uced in core components. Like using data sly call of templates.html in core and making use of it as place holder. But I am not able to apply my css styles by adding the custom css class as given in that templates.htmlThe current look is defa...
Hello experts,As the title says, I want to use value of one or more fields in component's dialog box in my components JS file without using it in HTML & run some logic. Is it possible to do so, if yes please share me the reference or hint to accomplish the same. I'm using AEM 6.5.Regards,sesmic
Hello Team, In my AEM component, Author can add 2 Video URL(DAM path) for desktop version, mobile version. Then I am displaying the video as mentioned below. Front end developer is hiding the video class based on some condition. Still, during the page load, 2 video's are loading in browser, resultin...