Hi, I Am trying to create schema inside AEM AS cloud there i am looking for multilingual text field for Allows authors to input content in multiple languages but i am not able to find multilingual text field component inside schema build form. Is there any alternative way to achieve this in AEM ...
I have created a GraphQL endpoint on the author instance, and it works fine there. I’ve also published the GraphQL endpoint and the content fragment to the AEM publish instance. But when I try to access the GraphQL endpoint on the publish instance, I see the following errors. I already confirm that ...
Hi everyone,I'm working on a project in Adobe Experience Manager as a Cloud Service, where I have a large number of Content Fragments (CFs) stored in the DAM. I need to copy them into other language nodes, but I'm facing an issue: when I use the language copy feature on the root folder, it also brin...
We’ve set up a development environment and configured a pipeline to connect the Adobe repository to it. However, before cloning the repository or making any changes to it, I tried starting the pipeline—and it failed. What could be the possible reasons for this failure?
Hi all,I'm working on an AEM component and trying to get a property from the dialog using Sling Models. Here's a snippet of my code:@Model(adaptables = Resource.class)public class MyComponentModel {@injectprivate String title;public String getTitle() {return title;}} However, when I try to use this...
Requirement is to get list of pages published in last week only from a specific workflow only . To get list of all completed workflows , I am referring JSP code present here -- /libs/cq/workflow/admin/console/components/datasource/workflowinstancedatasource/workflowinstancedatasource.jsp . "resour...
Hello Team, I am using AEM as a cloud service. Created a tag.Created a content fragment. In this, I have few fields along with tag field. I have used the above tag in this CF. Consider that, I have used the tags in few more content fragment as well. Now, I wanted to delete the tags. At that time, it...
Hi team, I need to update supported language for tag so was trying to add it thru code for cq:Tag node but that did not work and then try to add it thru package installation it is also not working can anyone guide me to do this? Thank you Umesh Thakur
We are currently using an on-premises AEM instance. As a best practice, we typically remove two publishers from the load balancer, deploy the code packages to them, and then repeat the process for the remaining publishers. This helps avoid user impact or traffic disruption. However, this approach is...
Hi, I'm trying to run the aio cloudmanager:org:list command, it returns a blank response — no organizations are listed. C:\>aio cloudmanager:org:list Org Id Org Name Roles Active ────── ──────── ───── ────── Additionally, when I try to use workspace-related commands like aio console workspace:select...