Hi All, I have a AEM 6.0 ExtJs checkbox group as: <recurrentDays jcr:primaryType="cq:Widget" allowBlank="{Boolean}true" fieldLabel="Repeats on..." name="recurrenceDays" type="checkbox" xtype="selection" value="0"> <options jcr:primaryType="cq:WidgetCollection"> ...
I'm adding a feature to some longstanding, complex integration code in AEM 6.5 and discovering existing problems with invalid resource resolvers. Adding the feature is making them worse. This is some of the oldest code in our system, and has gone through several rounds of refactoring and other updat...
I'm using adobe version 6.5.16.0, on prem, When I send a topic for review, the reviewer can open the topic and begin making comments, using the text strikethrough feature, can highlight text, and add text. However, what if the reviewer would like to see past versions of the topic they are editing? F...
Having similar issue to this https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/cloud-manager-deployment-content-package-not-getting-deployed/m-p/411723 We need to integrate Phrase for our site translations. And have configured as instructed by Phrase here https://support.phr...
Writing a test class for the one of the OSGI service using JAXBContext which came with aem-sdk. When executing the service JAXBContext is getting invoked perfectly.. But, from the test class when is calling same line of the actual class its throwing "javax.xml.bind.JAXBException: Implementation of J...
I have created the Following Component <?xml version="1.0" encoding="UTF-8"?><jcr:root xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:granite="http://www.adobe.com/jcr/granite/1.0" xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:nt="http://www.jcp.org...
Hi community! I want to ask about setting the default style class for component. I already know that i can set the default css classes at properties-styles, for example i can set a default style class for group A, but if i have multiple groups, and i try to set a style for another group B after i ad...
I have added superscript and subscript plugins in Rich text of content fragment but unable to add any other plugin apart from that can anyone please let me know how to add other plugins.highlighted plugin is source edit plugin
We have a filter for "bin/wcmcommad" for cmd "movePage" and "deletePage" and it is expected to perform certain operations when a Delete operation or Move operation is performed from AEM consoles. Although we observed that the filtered was active for a read-only user while loading the AEM sites conso...