I am trying to create a custom Index.I have placed Index under apps/_oak_index. I am using below filter<filter root="/oak:index"><include pattern="/oak:index/cqPageLucene-custom-.*(/.*)?"/></filter> I have set allowIndexDefinitions as true.Jackrabbit FileVault Package Plugin used as below in the all...
The instructions to use dispatcher tools here are missing some information, e.g. where to install it, and how to link it to a particular project. I installed it in my home dir for want of a better option. It says to use: ./bin/validate.sh ./src Here we are guessing we need to substitute ./src for o...
Hi Guys, Just wanted to check, is there a way to integrate accessibly in AEM OOTB? if not then is there a way to integrate the same? How these checks can be performed in AEM?
Hi All,We have a requirement where we need to send an email notification to subscribers whenever a new blog is published. The subscriber count can go up to 2 lakhs in the future.We were initially thinking of sending emails in batches using day.cq.mail service, but since all of this will happen in pu...
we have AEM cloud prod/stage and 5 non prod envs.svgs are gziped on all 5 mon prod envs, but on prod they are not. We dont use stage.The dispatcher config is the same for all 7 environments - they all share the same virtual host, so there is nothing we can change here.Presumably this is then control...
Hello, Are there any HTTP API that AEM provides to Export/Import Translation Jobs/Projects?Can I use Assets HTTP API to CRUD translation projects? Thank you in advance!
Hi everybody, Any help will be appreciated. i am trying to create a unit test for myCustomService. This service has a reference to a JobManager. I didn't find any precise documentation to do that. Here what i do : @ExtendsWith({AemContextExtension.class,MockitoExtension.class})class myCustomServic...
I am seeing a weird behavior that I'm unable to debug in one of my custom components. The buttons that usually appear along the top of the dialog are all "hidden".This is actually only happening to one component that I'm aware of, and only in staging and production, I cannot reproduce on my local de...
WE can block access to the entire site using AEM Cloud Managers IP whitelisting feature. The business wants to hide only specific directories of content. We can do this via dispatcher config, but this requires a release cycle (which is 2-4 weeks), so if they want to add/remove an IP, or protect a ne...
Hi All, I want to use MSM capability [Blueprint/livecopy, language] of AEM along with Translation for this do I need to have /content/myside/us/en this kind of node structure or can I support structure like /content/myside/en-us Is there any documentation around this?