We had a requirement wherein it was required for us to do the customization of OOTB Breadcrumb CIF component. As OOTB Breadcrumb CIF component internally inherits Breadcrumb Core component, it was using Sling Delegation Pattern for the same. But now, when we tried to using the same logic and use Del...
Hi,Im trying to extend the AEM Tabs Component in order that when you add a tab in the dialog, it gives you an additional text field for each tab you add and how to show this additional text fields value for that tab on the frontend.I do see that the tab component uses the childeditor, is there a way...
Hi All,I have created Yaml config file as below for system user.But user is not created in the specified path /home/users/system.Does anyone know how to create service user using yaml config (AC Tool) & How to get Resource Resolver to access jcr node.
I created a form with AEM Form Designer and applied the following security settings to it.When I open the file in Acrobat, it shows it's "(SECURED)"However, when I open it again in AEM Designer, it does not ask for the password, and the security settings appear to have been reset! It's back to What'...
By default there is a short list of languages that a user can navigate AEM with. Most of our users are able to navigate AEM in English, French or Spanish. We have a need to allow the Arabic language for navigating AEM, how do I go about getting the Arabic language added as a selection? I assume I'll...
Currently each component gets a Java interface written. It also gets an impl class that uses annotations like @ValueMapValue and @getter in place of writing the actual getter and setters. We do this for everything regardless of how basic the component is. I've seen some blog posts that suggest you o...
Hi All,I am using a color and font picker in Rich Text component. The picker appends font-size, bgcolor, color and font-family as per the selection in a span tag.E.g. <p><span style="font-size: 12px; font-family: Arial Black;">This s Test Content</span></p> But as soon as I press any Key in my Rich ...
How to create an error page in AEM React SPA as like WKND SITE ERROR PAGE I tried with A Community Blog but still unable to create the error page in React SPA I need to show an error page without changing the URL just like WKND SITE ERROR PAGE when resource not found. Please suggest me a solution t...