Hi,I created a custom workflow for the request activation of a page. It's equals at the default workflow, but before activate the page, I added a custom step.My question is what's the correct way to call my workflow instead of that default.The solution I thinked and I'm implementing is to override "...
Component list is not appearing on page. I have added these components in design mode. still it's not working. below is the error i'm getting while adding components.Uncaught TypeError: Cannot read property 'getPath' of undefined at ns.ui.EditableDragAndDrop.isInsertAllowed (core.js:27946) at...
Hi All,I am using conditional comment to check browser version.Is there a way to check wcmmode of the instance in conditional comments?I want to show the message in author/edit mode.Following is my piece of code in component:<!--[if lt IE 9]> <div class="upgrade-browser-banner" role="alert"> ...
Dear AEM Community members,I am attempting to use context hub to resolve a few segments based on query parameters in the URL. The approach is as below:Create a few segments that produce that will read query parameters in URL and accordingly form a resolutionCreated few variations of the teasers that...
Hello Community! For the better understanding of OSGi and Sling Model, I was working on this tutorial Adobe Experience Manager Help | Creating a HTML Template Language and Sling Model DOM parser component At the Deploy the bundle to AEM section, I have a problem install Jsoup.On the note, If I get ...
Hello Everyone,I have added rte plugins for text area within a dialog in AEM 6.3 touch UI. I see that the rte toolbar is displayed only when you click inside the text area.Is there a configuration which will always display the toolbar?Following are the screenshots for your reference:1) When the dial...
The AEM Experience Fragments can be created with pre-built templates like Html, Facebook, We-Retail. It is does not provide a design mode option to select my custom components.https://docs.adobe.com/docs/en/aem/6-3/author/experience-fragments.htmlHow do I use my custom components in designing/buildi...
Hi,I am trying to export a page using Page Exporter api and by using the method export(Page page, ResourceResolver resolver, String targetPath) . I want that my zip file exported should be saved in side a crx node. How can I give a path value in this method so that my zip generated gets saved inside...