I have a JS file for my validation of colorfield. In the process of validation, if any inaccessible color is added to the colorfield, then i want to add the field description with a msg for the user. i have a granite:data node as a child node to the colorfield. The granide:data node is having select...
Hi , I have 2 js scripts in header of html which we are adding as <script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.8.2/ angular.min.js "></script>;<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> So want to add this to clientlibs of aem, but wa...
I am trying to understand and hopefully create a custom translation connector to integrate AEM with our in-house translation management system but I can't locate any help documentation that talks about it in detail. I could find below sources but they don't have detailed information on implementing ...
We are using static pages and we are still using design mode for some things (https://experienceleague.adobe.com/docs/experience-manager-64/authoring/siteandpage/default-components-designmode.html?lang=en#siteandpage) I am wondering if I can save this component+design-mode configuration in my custom...
Hi,I have a drop down with 4 options (a, b, c, d). Upon selection of option b, I show certain fields and hide these fields when rest 3 options are selected. I followed https://levelup.gitconnected.com/aem-conditionally-show-or-hide-fields-in-touchui-dialogs-with-coral-3-ie-aem-6-3-bfd48c261012#:~:te...
Hello Adobe community, I am the the process of upgrading the AEM instances on our project and have upgraded the Development environment from the existing backups. We are upgrading from 6.3 to 6.5. This is an in-place upgrade. We are making an exact copy of the server and then performing the upgrade ...
Hi All, We have an issue where clientlibs included directly included in the page (using data-sly-call overriden in customheader and customfooter fragments) is loading after the clientlib included through page policy. This is for XF page. Is there a way We can include the page policy after the stati...
I have a component with 3 colorfields. The swatch of each colorfield only shows 5 accessible colors.I need to get a report of all the pages that are using this component and if they using any inaccessible color in any of the colorfields.I have ACS Commons in my instance. I was thinking if I could ge...
Hi All, I am trying to embed youtube videos using Embed component. While selecting youtube from embeddable tab, I can see video id but width and height option is not visible. I want to set width and height from the dialogue as can be seen in Adobe documentation - https://experienceleague.adobe.com/d...
Hi All, Am writing one test case with RequestParameterMap, but it's throwing nullpointer exception . Below one is the code snippet . @testpublic void validateUserData() {Map<String, RequestParameter[]> params = new HashMap<>();params.put("firstName", getRequestParameter("firstName", "test"));params...