Conversational AI that drives discovery, confidence, and conversion We’re excited to share that Adobe Brand Concierge is now generally available - a new, brand-first AI application designed to help you deliver richer, more intuitive digital experiences. What is Brand Concierge? Brand Concierge ...
Hi all. In 6.2 ootb there is no Checkbox field available in the Metadata Schema Editor. However upon closer inspection, file /libs/dam/gui/coral/components/admin/schemaforms/formbuilder/builditems.jsp has it commented out. If I overlay this file and uncomment, it becomes available, and seems to func...
Hi all,A situation has developed (all of a sudden) where certain users cannot upload files to the DAM (AEM 5.6.1). Please see below a screenshot of the error from the WCM UI:The error log also generates the following error:04.07.2016 14:35:01.059 *ERROR* [JobHandler: /etc/workflow/instances/2016-07-...
Hi All,How can I use com.adobe.cq.gson-2.3.jar bundle in AEM 6.2 project instead of using com.google.code.gson as an external jar file ?I tried adding com.adobe.cq.gson-2.3.jar as a dependency in pom file but I am getting below error :Failure to find com.adobe.cq.gson:com.adobe.cq.gson:jar:2.3 in ht...
Hi All,I have an existing workflow called ABC. It contains 2 branches. Now I want to set the branch 1 as my Default routeSo I had selected the checkbox as shown in below screenshot.But Still branch 2 is showing as default branch. After change the workflow I saved it also. Do I need to restart the Au...
Hi Team,I am trying to show the custom message on dialog field if not valid using validate property.validate string (type) function(){ var Value = this.getValue(); if(Value.length > 0){ this.markInvalid('Please enter correct value'); return false; } }Still I am getting the default error message ...
Hi,So as the attached picture shows for some reason these parsys are overlapping in one of my pages.[img]https://s31.postimg.org/bwi7k4pgr/Screen_Shot_2016_07_05_at_11_25_24.png[/img]Funny thing is that when I stretch the browser window a bit, the parsys automatically arrange themselves in the right...
Hi All,I am trying to create a Arabic version of geometrixx-outdoors demo site as a part of POC for my new project.But, i dont see Arabic language translation available while creating language copy. Though other languages are visible.How do i see Arabic or Arabic+ in the drop down for language copy....
Using Query Builder Debuggerhttp://localhost:4502/libs/cq/search/content/querydebug.htmlIs there a way to build a query using Query Builder Debugger that will return a unique page name for a page that contains a specific component?Thank you in advance for any help.-Dean
In Query Builder, you can refer to a node's child's property via */@jcr:title or its descendant's property via */*/@jcr:title.So you can create a search for a node, where the node has a given property and its child has a given propertyEx:type=cq:Pageproperty=*/@jcr:titlevalue=Great TitleThis will re...
I have doubt related to com.day.cq.security.ACLSetup file which is used for providing different permissions at mentioned nodes for different groups.Consider I have two maven projects. Project-1 and Project-2Project 1 contains below ACLs which are stored in com.day.cq.security.ACLSetup file. This fil...