Hi All, When alt text is input and/or inherited to a component, does the component do some kind of transformation to make the text readable? In other words, is there a process making alt text readable to screen readers or is it innately readable? Would appreciate guidance on this, thank you!
Description: We are encountering a repository access issue in our AEM Publish instance. The error occurs intermittently when attempting to retrieve a specific model JSON file. The error logs indicate a failure to access the repository due to an Azure Storage timeout.09.10.2024 21:55:39.308 [cm-p7395...
Hello team, Query is related to: CIF graphql configurationIn my application, we have introduced region, language based (Multi region) product display.For this, I have created separate CIF configurations under these folders./conf/abc/FR/en/conf/abc/FR/fr/conf/abc/GB/gb/conf/abc/GB/enAlso, enabled cus...
Hello Community, We have a requirement to lock the payload until the workflow is approved and finally unlock the payload as part of the workflow process. My question is: in the workflow, can the user add one or multiple pages? If it is a single page, I believe the OOTB unlock process step can lock ...
I've been working in a template. So far, it only has containers and a title in the structure:Root containerMain containerTitleContainerI want to leave the possibility to the editor to add components in "Main container", in the same level as "Title" or "Container".But in Edit mode, the sidebar looks ...
Hi everyone,I'm working on a setup where my AEMaaCS author instance makes API calls to serviceA. However, the API for serviceA is restricted and can only be accessed by white-listed IP addresses. I need to figure out how to obtain the public IP address of my AEMaaCS author instances so that I can wh...
There are a number of properties that are not being rolled out from the language master page to the region/language version, even though the fields show that there is inheritance set. Specifically the Basic: Title, Tags, Page Title, Navigation Title, Subtitle and Description. Both when rolling out...
Specifically, the crop aspect ratios are not overriding the default image crop aspect ratios. My cq:editConfig <?xml version="1.0" encoding="UTF-8"?> <jcr:root xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/1...
HelloIn one of our functionalities, we use a servlet that recovers the information of some content fragments in the project, however our client is asking us to dismiss content fragments that exist but are not published. To achieve this, we have tried a few things, this being the most promising from ...
In aem 6.5 , <a href="${item.path}.html" > was working perfectly. But in cloud publisher environment, ${item.path}.html or ${item.path @ extension = 'html'} none of them are working. We get the whole url but the page extension .html is not adding. We have added etc/map in our codebase. How can I ge...