Content Fragment Model When I write below query : query Navigation { navigationList { items { _path _variation name linklabel isactive link { } } } } I am not sure , what query fields to provide for "link content reference" authored. lin...
Hello all! Im trying to customize some metadata that displays on the card view found here (keep in mind this is overlayed already just linking the actual path) /libs/dam/gui/coral/components/admin/contentrenderer/card/asset/propertyList.jsp Im able to retrieve metadata using the following jsp - whi...
Hello, what happens is that I have a component that has its own java sling model, what I need is to get the date of publication of the page (that is, the date on which you create the page and click the publish button).I already have the code and the logic ready.I have tested this code in localhost a...
Is it advisable to add read permissions for /conf directory for everyone usergroup.The problem statement is as follows, whenever a new site is developed by creating new set of templates and policies and is replicated to the publishers, the anonymous users are seeing the content getting rendered diff...
We have a requirement to connect AEMaaCS assets with Saleshub for importing assets from DAM to Saleshub tool. We are planning to create a custom AEM connector to achieve this. If someone have any experience regarding this, could you help ?
Steps to re-create:1. Create a Page: Begin by creating a new page in Adobe Experience Manager (AEM) authoring environment.2. Add Containers: Within the root container of the page, add a container component(1st container). Set the offset as 1 and width as 10.3. Add Another rsponsive grid): Add anothe...
Hi Guys,I've been searching about how to migrate external pages into AEM but seems like there is not much information out there with a general guide in how to implement this process. Let me give you some context of what I'd like to do: Business wants to migrate a website that was built with a differ...
I wrote Resource change Listener and it will call if i save my dialog with any modification, Now i want to call a servlet (POST request ) inside the listener and the servlet call should be success ,And any example would be helpful.
Hello Community - I have a requirement to access the specific js from the clientlib (/etc.clientlibs/proj1/clientlibs/clientsite/js/test2.js) which resides under /apps path and allowProxy is set to true for the clientlib. My requirement is to access only the specific JS not all the JS as part of the...
Hi, We have a project working with Uberjar 13 and we want to go to 20. What is holding us back is that on every newer uberjars up to 20 I get an Error when trying to instantiate Tika. Create a unit test and just put this in it Tika tika = new Tika(); // throws java.lang.NoClassDefFoundError: org/ap...