How and where to change access permissions if we want authors to just add components for live copies, but don't want to break the inheritance of live copies. Thanks
AEM Guru, We want to customize the Image V2 core component which is having DM functionality. like adding few CTA functionality along with the existing core functionality like DM and Lazy loading. When i tried to add the cq:dialog my screen is looking like this : null tab is from image component an...
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...