I am working on an issue that needed me to install SDK version 2024.10.18311 locally and ensure I get a successful build with no issues. I’ve done it and the build was successful. I also got the necessary org.apache.jackrabbit.oak.commons;version="2.2.0", but upon testing my local content, no compon...
I know apps and libs are immutable. I know I can write in /content and /conf. But I'm unsure what other folders can be written into during deployment.Thanks!
Hello Team, In AEM as Cloud service, if logged in users(content-writer/editor) crosses a schedule users, then Cloud will provide multiple author instance?I know about publish instance. But, wanted to know about author instances in AEM as cloud Service setup. cc @arunpatidar @SantoshSai @lukasz-m @B...
Hello Team, AEM application is running on AMS. Now, I need to evaluate, whether this application can be migrated to run on AEM as Cloud Service. What are the steps I need to follow? cc @arunpatidar @SantoshSai @kautuk_sahni @lukasz-m @EstebanBustamante Thanks in advance
Hello there, I am trying to avoid sonar scan for third party packages/code for some reasons in cloud manager CI/CD pipeline. Tried configuring below configuration in root pom file.<properties> .... ... <sonar.exclusions> **/apps/acs-commons/**, **/apps/acs-co...
I want to create a dropdown in an AEM component dialog with grouped options. For example, Theropods containing three items and Sauropods containing three items. I tried using granite/ui/components/coral/foundation/form/select/optgroup, but it didn’t work. Is this poiible in an AEM component dialog?...
I'm using AEMasCloud, I have a specific group for authors(xyz-authors) where I have added workflow users to its group, Now, for its members, when they select a page I want to hide Manage publication option from sites console, also, hide Request publication and Request unpublication options from Page...
Hi Folks, I am working on EDS Universal Editor. After adding custom blocks in github repo noticing the error on AEM cloud author, non of the pages are editable. Getting error in all 3 json files which were updated URL of those json are trying to load throwing 404 on author resource/component-filter...
I have a use case that is resource-intensive, and I cannot run it on the author instance. Instead, I want to execute it on a single publisher, save the output as a DAM file, and then sync it across other publishers.To achieve this, I decided to use Sling Content Distribution (forward distribution). ...