Hi,We are currently running AEM 6.1 and noticed that the publishing flow is able to publish locked pages. Ideally, we would like to stop this behavior because a locked page indicates that an author is working on it. Is this behavior normal in AEM? if it is, how can it be disabled?Amin
Hi All, I have created a group and users under it who have only read permissions. Once the user of this group is logged in , he can open page properties from sites console and view it. But when author tries to edit and save the property , AEM throws an error as shown in the attached screenshot. Requ...
Hi All,I want to move a node above or below to a particular node in sightly handler. Similar to how we order a node in CRXDE manually. Ex:jcr:Content Node1 Node2 Node0Now, I want to move Node0 above Node1, in sightly handler.Regards,Vikram.
Hi, I am using AEM 6.3 for my POCs. I have overlayed the /libs/foundation/components/page component to customize the page creation wizard. I have added one check box in page creation wizard (Added a checkbox field at /apps/foundation/components/page/cq:dialog/content/items/t...
Hi, I am trying to implement auto suggest in AEM 6.1. I tried "/jcr:root[rep:suggest('term')]/(rep:suggest())" and it seems to do what it is supposed to do.I get all the suggestions for a given term. The index breaks down all words by space etc..I need to have following features:I wanted to get sugg...
Hi,I am trying to print the URL from dialog box on my page via something like this,<a href="${properties.getUrl}" >Hello World!</a>It is working for simple links like 'http://www.randomwebsitedomain.com/index.html'. However, if we put something like 'http://www.randomwebsitedomain.com/index.html?id...
Want to make image as required field in aem touch UI.Image field is mandatory so I have added the property "required" value "true ".it gave an error when I checked dialog without dragging image. when i drag an image and try to save the dialog, it is not able to save. Still showing the error please f...
Is there anything beyond https://docs.adobe.com/docs/en/aem/6-1/administer/integration/external-providers.html for GA integration with AEM?Best practices to implement to separate GA suites based on environment (Dev/QA/Stage/Prod)
Hello Architects, Can someone help me figure out if we can configure message driven bean in AEM (6.x) so we post messages to an existing MQ Series server? I could not find any configuration or documentation in helpx sites. RegardsShailesh
I am trying to get the TagCloud onto the ContextHub to simulate the data for the different standard users provided with AEM 6.3 quick-start. The tutorial provided was pretty simple and I have added the module for tagcloud as per instructions.Once the ContextHub is loading in the page the TagCloud i...