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...
Hi all, I want to learn how AEM On Premise DevOps could be implemented using a tool like Jenkins. How the pipelines are built. Is there any tutorial or nice process documentation please? Appreciate all your replies. Thanks,RK.
Step-by-Step Guide to Implementing a ChatGPT RTE Plugin in AEM1. Understand the Plugin's PurposeThe custom RTE plugin enhances the AEM authoring experience by integrating ChatGPT. It allows authors to select text within the RTE and use ChatGPT to generate content completions, facilitating quicker a...
I created a Viewer Preset of the type Interactive Image for the use of custom hotspot. I am unable to change the presentation mode away from Desktop. The Buttons that should allow me to change are not selectable and disabled. I was looking in the documentation of Viewer Presets but saw nothing that ...
Hi I have a requirement like on the EDS page when I will add the block it should allow me to browse the Content Fragment and I can edit it on EDS page itself.Not I have created block as a "content-fragment"path: blocks/content-fragmentCode :{ "definitions": [ { "title": "Content Fragment", ...
Hi All,I’m currently working in AEM as a Cloud Service, and I'm in the process of creating author groups and assigning the appropriate permissions for my sites.Group A – Read-only accessGroup B – Write-only accessGroup C – Full accessTo achieve this, I am creating groups and assigning permissions as...
Hi community, I am trying to create a storefront using Edge Delivery services and following this guide as reference https://experienceleague.adobe.com/developer/commerce/storefront/get-started/. I have done all the steps until I try to actually load demo data from the demo content tool to my site fo...
Hey folks,I have been trying to set up the universal editor on my local machine to perform authoring of my blocks. I have some custom blocks developed, and for now, I author them on the AEM cloud's Universal editor and publish the demo page to check for any authoring changes on my local ( which has ...
Hi All, I want to know if i can directly use environment variable for token in yaml file for splunk setup. I'm trying to setup splunk with aem as cloud: https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/implementing/developing/log-forwarding
So I have setup my Dockerfile to use this entrypoint => ENTRYPOINT ["java", "-jar", "/opt/aem/cq-author-p4502.jar", "-r", "author", "-p", "4502", "-verbose"] and while this works, I do not see any logs in crx-quickstart/logs when I "logged in" into the container. I can only see the logs when using C...
Hi, Anyone worked on the Solr search with AEMI need help on the below topic:1.Facet/Categories Search Implementation- Indexing Categories -getting the search result data basis on the categories2.Any Performance issue Thanks