Hello Community Members, Good Day!I have a use case, I have a HTL file (present in the Dev, Stage and Prod instances) in which I have a particular HTL Snippet I want to get executed in AEM Stage and Dev instances only (Including Author and Publisher) and strictly not on the Production instance. Is t...
Hi All, I created a very simple template and a component. 1. When I am creating a page selecting this template, screen becomes blank. Kindly examine the attached package once and suggest. 2. Also, I set allowedPaths of template to /content(/.*)?.This template is available only at http://localhost:4...
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...
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...
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...
Hi Everyone,I'm currently adding a custom stopwords.txt file to my custom Lucene index in AEM to filter out common stopwords during search. While most of the words in my list are being excluded as expected, I've noticed that some very common ones like "are", "was", and "that" are still being indexed...