Welcome to all the new members who joined this month! We’re excited to have you in the Adobe AEM Community. Whether you’re brand new or have been here a while, this space is all about learning, sharing, and connecting with peers who get what you do every day. In a world where so much is automated...
I am facing one very strange issue. I have updated some JS file, but i am still getting old code. If i see file under etc/designs is updated. but compiled file under /var/clientlibs/etc/designs is old. I deleted it but again the old one coming back. Does anybody know this issue? Also tried by restar...
I am trying to change the default MSM rollout configuration to allow the jcr:mixinTypes property to be updated via rollout but only for certain mixinTypes.EXAMPLE: tfs:brandtfs:brand is a mixinType we created that marks a page as a Brand page and is therefore indexed by our search system. Our site...
HiI'm trying to get the AEM annotations (https://docs.adobe.com/docs/en/aem/6-2/author/page-authoring/annotations.html) work in combination with the cq-placeholder always displayed over the current component. Sightly script looks like this:<sly data-sly-test.emptyContent="${wcmmode.edit}"> <div data...
Because the cq:tags page property is a string field type, I was hoping I could use Bulk Editor to apply bulk cq tag updates to pages. However, because it is a multi-value string field, I have had difficulties doing so. I sense some custom configuration of this app is necessary to allow this.Out of...
Hi All,We are facing the below issue on installing our code package in AEM 6.1 "javax.jcr.nodetype.ConstraintViolationException: OakConstraint0021: Mandatory property jcr:data not found in a new node ".If any one has come across this issue. Please suggest how to fix it.
Hello, As we know, editable template is one of the new features introduced in AEM 6.2, i tried to explore more on this. I have created and enabled few editable templates with initial structure and content by following the steps given in adobe documentation : https://docs.adobe.com/docs/en/aem/...
Hi All,I have a couple of questions regarding the Table properties dialog and Table options which are shown after completing the steps below :-1. Install aem6-author-p4502.jar2. Browse to http://localhost:4502/siteadmin#/content/geometrixx-outdoors/en3. Create a new page called "Testpage"4. Browse t...
Hi,In classic UI we have option to give a collapsible field by adding property collapsed: Boolean true (to collapse the block by default) Add collapsible: Boolean true I want to achieve the same thing in Touch UI. Is there any property available for the same, if no how can I achieve it.Thanks,Tusha...
Hi,I would need some help regarding the AEM events for the 6.3 beta.So far we used simple EventHandlers to observe repository changes. Unfortunately the support for the ChangedAttributeNames etc values within the event seems to be gone.When I realized this I tried to implement the documentation sugg...