I have created react components and mapped them to AEM core component but when i drag and drop any core component on the test page , it is not coming up on the page. However when navigating to the content path in CRX, i see that the component is added to the responsive grid and if i am authoring the...
Hi,I am using AEM 6.4. I have coral 3 UI select box and when click, it opens upward and does not show all the option. User has to scroll down the dialog box and then click the select box, it opens downward. See the screenshots. when click background color, it opens upward.How to make select box to o...
I am trying to add a dialog in dynamic participant step. So, it will grab some inputs from the assignee and store for the workflow instance. I have created a component under apps/<my-website>/... like I do for other components. The component have simple dropdown which has simple date picker function...
ISSUEI have encountered an issue where AEM 6.4.8.0 freezes and becomes unresponsive when adding a component into the data sly resource below: <sly data-sly-resource="${'q&a-parsys' @ resourceType='wcm/foundation/components/parsys', decorationTagName='div'}"></sly> I have narrowed down the cause t...
Hello,as Adobe documentation says, AEM stage and prod Cloud environments are updated transparently on a regular basis, even once a day. Also AEM updates are performed independently from custom project code updates (please correct me if I'm wrong).If that's true - what would happen if some AEM update...
As a content author, How can i publish a whole site in AEM 6.5 in one go? I suppose its using the manage publication feature and adding the root page to include subpages?
Please provide me some reference regarding the approach, tools,scripts, etc. for migration of assets, contents, links, metadata, data, etc. from Sitecore 8 to AEM 6.5
Hi all, Page : /content/home/welcomeVanity URL : wel If I enter the https://docker.demo.com/wel , The browser will redirect me to https://docker.demo.com/content/home/welcome.html. But I want browser redirect me to the https://docker.demo.com/home/welcome.html . Does anyone know how to extend Vanit...
Hello Guys,I want to read the property of page level cq:tags which will be multivalue. If I trying to read the property by pageNodes.getProperty("cq:tags").getValue().toString()its saying cq:tags is multivalue. can anyone tell me how i can read this property. Regards,~BK
Hi All I have a requirement where I need to add a property in the below format for a tel: attribute as phone number in a tag for RTE. Note :- tel: prefix is enabled in Day CQ Link Checker Service, so normal tel: numbers will work fine. format :- tel:${someproperty['value']} The issues I am fac...