I have use case where I want my custom bundle to be used as a dependency in another project. I've been guided to use Nexus repo and to pull dependencies from there. Problem is I'm having zero luck finding any helpful tutorials about how to connect nexus to AEM. I would like to know how I can add my ...
Hi all, In one of our page type's properties, we have a pathfield with pickersrc="/mnt/overlay/granite/ui/content/coral/foundation/form/pathfield/picker.html" and root path set to a folder in DAM. The initial dialog is displayed without issues, but if you search for some keyword, the results contain...
Hi all, There are several places in Authoring UI where you see content listed oldest to newest by default, e.g. pages and assets in column view, or pathfiled dialog with /granite/ui/content/coral/foundation/form/pathfield/picker.html as source. Is there some configuration to reverse this behavior, s...
I tried as below, Model A: @Model(adaptables = SlingHttpServletRequest.class) public class ModelA { private String title; @inject Resource resource; ModelB modelb; . @PostConstruct public void init() { modelb = resource.adaptTo(ModelB.class); } } Model B: @M...
In the Authoring environment, we noticed that after user logs out by clicking the "Sign Out" button (/system/sling/logout.html) then still the HTTPSession is not cleared, and the JSESSIONID cookie value is also not cleared nor changed. We are using HTTPSession to store sensitive user information, a...
Hi All,I was facing an issue while reading a lots of data from external sources / DBs. The Data is huge and taking too much to time read those. Due to this, Scheduler is also running longer.I tried to disabled Scheduler Component, Remove Bundle but still I see the thread in Adobe Experience Manager ...
Can we set properties/flags at template level in adobe experience Manager 6.5/ 6.4? like we have design dialog and page properties at the page level, can we achieve at template level as well using an editable template or Static template?
I have routing and navigation setup similar to how the WKND SPA tutorial has it:https://experienceleague.adobe.com/docs/experience-manager-learn/getting-started-with-aem-headless/spa-editor/react/navigation-routing.html?lang=enAnd each of my components are rendered by <Route> However, I'm unable to ...
Can we add tabs in inplaceEdit full screen mode? If yes pls share the working XML. I am wanting something like this:Once the full screen mode is clicked in the in place editorNeed tabs like thisCurrently this is working in dialog fullscreen mode. @kautuk_sahni Thanks,Kiran Vedantam.