Welcome to all the new members who joined this month! We’re excited to have you in the Adobe AEM Community. Whether you’re brand new or have been here a while, this space is all about learning, sharing, and connecting with peers who get what you do every day. In a world where so much is automated ...
I'm currently testing the performance of GraphQL queries in AEM. As part of the analysis using the Query Performance Analyzer, I'm attempting to capture the underlying JCR-SQL2 queries from the QueryStats section in the AEM System Console.However, for some of the GraphQL queries I successfully execu...
Mastering Sling Filters in AEM By Neeraj Chaudhary Imagine you’re entering a building (your AEM website), and there’s a security guard at the entrance. Before you walk in, the guard can:Check your ID (authentication)Tell you to go to a different entrance (redirect)Make a note of who entered (logging...
Hi, We are looking for an option/feature to integrate firefly within component(ideally dialog) for authors to utilise the feature to curate content. Any suggestions/scenarios implemented would be of great help. Thanks Kind regards,Kiran Buthpur
Hi all,We have a Model called ImageModel which implements ImageThe @Model annotation:@Model(adaptables = {Resource.class, SlingHttpServletRequest.class}, adapters = Image.class, resourceType = ImageModel.RESOURCE_TYPE, defaultInjectionStrategy = DefaultInjectionStrategy.OPTIONAL)As we want to...
Hi Community,I need to set hotspot styles for a component and on desktop it works just fine. But it seem, on mobile or tablet, the styles don't take effect. My guess is, that I am currently in the desktop editing view, so the changes only take effect on desktop.Now I have the issue, that the buttons...
I am trying to sort the feed generated using graphql query by date. But the results are not as expected. Sample Query:query {ContextList(filter: {tags: {_expressions: [{value: "content-type/story"}]}}sort: "DisplayDate DESC") {items {title_tagsDisplayDatepublisheddatepageName}}} But the result is no...
we want to add the Content-Security-Policy header for our site ( Aem as Cloud) using dispatcher by adding the header in the site specific vhost file. we added as below Header always set Content-Security-Policy "default-src 'self'; script-src 'self' 'unsafe-inline' https://example.com; style-src 'se...
Hi There, I have developed custom workflow and installed it and it worked fine. I synced workflow model xml into codebase, made some changes (removed some steps and transition etc) and pushed it to AEM CaaS. But to surprise, AEM workflow is still using old workflow xml instead of using new one. Just...
There is a bunch of data-aue attributes that we can retrieve in custom Universal Edtitor extenstion. For example given html markup like this<div class="MuiBox-root mui-ifmqwy" data-aue-resource="<resource_path>" data-aue-model="myapp-component-model" data-aue-label="Component Label" data-aue-type="c...
We have seen a lot of nodes that do not have a sling:resourceType or has incorrect value. These are mostly those nodes which were copied using the copy option on the page. The actual component had all details but on copying somehow the resource type value was getting lost or not copied.We get error ...