Hi Team,We are currently using custom oak indexes and using Ensure Oak Index to have mapping and deployment from /apps/site/oak-index mapped to oak:index. While checking readiness for AEM as cloud service, its mentioned that Ensure OAK index is incompatible with AEM as cloud service. https://adobe-c...
Hi All, In AEM 6.1, we are sending Json data to the UI via JSON library, now we are migrating to AEM 6.5, i have tried with Gson library but for that, i ll have to create lots of pojo classes, which is not feasible for my code base. Any feasible solution to replace JSONObject and JSONArray. P.S. I h...
Hello, I'd like to know whether there is an AEM out-of-the-box functionality or a related solution has done where you author a page from AEM and expose everything as an API or a mini-application package. Then, the consumer can call that API or the link to that exported mini-application and render it...
In we-retail xf template-type initial/jcr:content/sling:resourceType points to xfpage while structure/jcr:content/resourceType points to core component page ?? Which page component shall be used for xf template ? core OR xf page ?? In general what are the implications of such setup ?? why do we n...
Hello guys,I am stuck on how to achieve a certain result. The end goal is to add a property to a node when the dialog is submitted. The property should ideally be fetched through Java logic and then added to the dialog properties on the generated node. This should happen for a set of components that...
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...