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...
Getting different types of error while trying to build AEM project generated from following archetype command:mvn archetype:generate -B -DarchetypeGroupId=com.adobe.aem -DarchetypeArtifactId=aem-project-archetype -DarchetypeVersion=26 -DaemVersion=cloud -DsdkVersion=2021.11.6058.20211123T163652Z-211...
HI , How can we do permission sensitive caching in Akamai for the resources that have a permission on the origin server like AEM.it would be great help if comment who has already worked on this. Thanks,Venkatesham
Hi AEM components which have child components are not being properly displayed in the content tree. The child components should be nested under their parent and instead are all dropping to the bottom of the tree. In the above screenshot, the list component is the bottom , below that the text compone...
ACL on overlay node is not working in AEM as cloud service instance. I have given deny ACL for a group on create button in AEM assets console.Overlay path: /apps/dam/gui/content/assets/jcr:content/actions/secondary/createHowever, if I apply same deny ACL for the same group on under /libs path (that ...
i have java servlet where it can collect only child pages title , but i want which collects all the child pages properties not only title , I want description and image inside of child pages like page listing component.It is similiar like below picture
*** EDIT: ***Solved by myself xD${index} was required in navigation id --------------------------------------------------Hi guys, Can you please help me how to iterate navigation subitems using navigation core component?My issue is that I can display all level 0 items correctly, but when trying to ...
I'm trying to figure out if if I can use a custom Sling Model to extend the Content Fragment List component to inject additional tags into the component properties without essentially recreating the entire structure. I have done this with lists to create what we refer to as a Smart List component by...