I came across the Adobe Documentation for List Component where I see this option to display the list as teaser.https://experienceleague.adobe.com/docs/experience-manager-core-components/using/components/v2-components/list.html?lang=enThe current core component version I'm using is 2.7.0, where this ...
Followed all the articles present in the Google to setup the sling content distribution in local AEM AS CLOUD SERVIECEWhen I publish the content in my local it is throwing the below errorError19.08.2022 13:22:41.825 *ERROR* [sling-threadpool-aad299cc-7afc-4bf7-aa9e-0c3c82a86906-(apache-sling-job-thr...
Hi everyone, I have a custom requirement where the author wants to activate through workflow more than one asset using search filter option. a button needs to be available to start a workflow but i'm not able to find whether I need to overlay from libs or create a custom js. I tried to fi...
Hello again! Getting this error when I run the test class below at ctx.load().json line. It seems that I can't create an array of objects in the json mock... Is there another way that I could implement the json? package com.test.core.models.impl.section; import io.wcm.testing.mock.aem.junit5.Ae...
What's the most efficient way, if it exists, to dynamically add (or automate) the canonical and HREFlang tags to pages, without manually adding <link rel=”canonical” /> onto head section of each page component? I've seen a possible solution (no JDK 11) in this library: https://github.com/otarsko/ae...
I have a requirement to search multiple text using and operator in AEM out of the box Omni search as in the below screenshot. I am trying to search for apples AND oranges, but it is not giving the correct results. Does OOB search capable of doing it? How can we search multiple text in search inter...
Hello Team, Is there any way for the Pathfield resourceType to restrict specific mimetypes Example : In a dialog, I would like to use a pathfield , which should only show me the mp4 files present in the DAM. Earlier, Using PathBrowser allows us to create a Custom predicate Service. Do we have any ...
you can specify the "ranking", "prioritisation" or "order" (called different things in different places) using this: @ServiceRanking(-200) The give the following situation: 600 : class com.day.cq.wcm.foundation.forms.impl.FormsHandlingServlet (id: 2255, property: service.ranking=600); called: 23...
Hi All, I have the below scenario - We are using a build script to generate the Virtual hosts and Farm files in our dispatcher folder. STEP 1 - When running this deployment on cloud the virtual host and farm files are not listed in the CREATE_DISPATCHER_CONFIGURATION_ZIP phase as shown below - ...
Hi I am trying to publish data on publish instance http:localhost:4503. After publishing I am getting popup that data is published but actually it is not publishing for reference see the screenshot. It is showing as not published.