Hi Team,We have been working on experience fragments in AEM 6.3 using custom dynamic templates. We modified the cq:allowedTemplates to give the custom template path. Everything is working fine except for one issue which is the following.When I create XF using the custom template, it shows the follow...
Hi,I have a sling model with both SlingHttpServletRequest and Resource as adaptables. Couple of questions there.1. I think the default adaptable is request (has the higher priority) since for any inject which depends on resource being the adaptable does not work until i put a Via("resource") there. ...
I have a requirement when the user clicks on Bold icon of the RTE then the text has to be wrapped with <strong> tag instead on <b>.I tried using the solution from the link Experiencing Adobe Experience Manager - Day CQ: AEM 61 - Touch UI Rich Text Editor Remove Bold and Add Strong Plugin but i am no...
how to show datetime in data-sly-list?I made a field using datepicker in aem6.1 dialog.I can use it to set datetime value like "2018-11-01 12:10". displayedFormat can work in datepicker.When I use ${item.startDate @ dateFormat="YYYY-MM-DD HH:mm"} in html , I find it show wrong value like "2018-11-...
I have a column control component in AEM 6.4. Th a parsys in this column control shown below is added like this :<sly data-sly-resource="${'one-column' @ resourceType='wcm/foundation/components/parsys'}" data-sly-unwrap="${!wcmmode.edit}"></sly>I want to drag a component in this but it only gives me...
I have brand portal set up which is working for a aem 6.2 instance.I am doing an upgrade to AEM 6.4 and created a new JWT application in brand portal , used application id, public key to create brand portal cloud service configuration.when I click test connection on brand portal replication agents i...
Hi,Is there a way to make an text/RTE component store plain text as opposed to HTML?I realise that this is a strange question given it would make the rich text features such as bold and italic completely useless!I want the author experience of the RTE editor and want to be able to add custom plugins...
Hi All,We are migrating from AEM 6.1 to 6.4 and getting below exception while executing a workflow.Its internal OOTB exception, which we are not able to debug.Exception -->com.adobe.granite.workflow.WorkflowException: Process execution resulted in an errorat com.adobe.granite.workflow.core.job.Handl...
Hi guys,I have this behavior on the internet explorer where if I click on download button the image will be opened in a new tab instead of prompting the download window.Does anyone have an idea on how to change this behavior?On others browser this seems to work just fine.I'm using the Asset Class to...
I need to implement a pick list plugin for a touch UI rich text editor. I found this thread but wasn't helpful. the below plugin isn't registered in plugin registry.When I try to extend this plugin it's undefined."/libs/mcm/campaign/components/touch-ui/clientlibs/rte/personalizationplugin/plugin.js...