Hi All, I have custom RTE plugins for the touch UI component and sometimes all the plugins are rendering fine and sometimes not. I have my custom RTE clientlibs under the component. This issue happens only in higher environments, not in my local. Provided screenshots below for references. Any sugges...
I am leveraging context-aware configuration. In my sling model class, I am using the below code to read the context-aware configuration. As we know, this uses the inheritance logic to find the first available sling:configRef property. I have sling:configRef property at multiple root levels. So, In m...
Hi Team,Currently I'm trying to reduce the page loading by removing internal script inside html files.Trying to achieve it by using helper template provided by AEM. There are parameters to pass from htl to external java script.To achieve it , I'm trying to use below way.Passing parameters from htl t...
Hi All, I want to get the color mode of image let say its RGB or Black and white or greyscale.This property I can see in Adobe Bridge in the colormode section. Now I want this property to fetch in AEM.
Hello all,Scenario: https://www.domain.com/content/en-us/we-retail/men.htmlIn the above URL if I add (.) before men, then the content on the page is https://www.domain.com/content/en-us/we-retail.html but the URL is still remaining as https://www.domain.com/content/en-us/we-retail/.men.htmlPlease su...
My component has a multifield with combination of title, description, link and image. I have authored the component with all the inputs and saved.When I open the dialog again and try to move up/down the multifield cluster, all properties (except fileReference having image path) moves. Image does not...
Hi All,Is it possible to extend the following dialogs in AEM :-Commerce -> Products -> Create FolderCommerce -> Products -> Folder -> View PropertiesI would like to add two additional text fields to these dialogs.Is there an example or tutorial how to do this?Or which nodes / properties should be ex...
Hi All,I have an issue with my editable template with locked/unlocked components. case 1 :- In an editable template, i have authored a locked component and added some text in its policy.Intially component - locked, parsys also will be locked. Now i have created a page in which the text is not reflec...
Hi,By following wknd-react-spa tutorial, I integrated simple editable react SPA by extending WCM Core components (Text, Image). Now as part of the requirement I need to re-use global header & footer, breadcrumb and other custom components for the SPA by extending. Could you please suggest to me how ...