Hi All, I have created AEM a cloud project using below archtype mvn -B archetype:generate -D archetypeGroupId=com.adobe.aem -D archetypeArtifactId=aem-project-archetype -D archetypeVersion=30 -D appTitle="Digital Site" -D appId="digitalsite" -D artifactId="aem-digital" -D groupId="com.digital" -D ae...
Hi everyone Does anyone knows how can I create a separate node (dropTarget) for image and video ?Here’s the data in my node: Im my node video (only video should be accepted in this node): In node image(only images should be accepted in this node): In my component only images are being accepted wh...
Hi All, i have a requirement where let say, i have component A, which has embedded component B and one parsys. I need to refresh component B and parsys both(when component is added inside it) after editing their dialog.Any pointers will be helpful. TIA
When I add the below in RTE source code editor and click on save, text component removes the style.<div style="flex:1 3 33%">test</div> I am able to add other styles like font-weight, color.. But only this "flex" style seems to cause this issue.Any suggestions on how to enable this in RTE or turn of...
Are versions created on the publish instance? I found this but it's old so I wasn't sure if that is still the case. https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/accessing-older-versions-of-web-pages-in-publish-instance/m-p/216953/highlight/true#M97707 More importantly, ...
I made below changes in filter.xml file:<filter root="/etc/msm/rolloutconfigs/" mode="update"/> There are certain rollout-configs listed under path /etc/msm/rolloutconfigs /etc/msm/rolloutconfigs/rollout-config-sample has some value for 'editMap' property at editProperties node ( /etc/msm/rolloutcon...
Hi All, It is very repetative to assign component policies across all the editable templates. Early on you will have 5+ editable templates. In larger sites with 50+ page templates, adding a new component and it's style modifiers can take hours. Is there a way to define in the cq_design_dialog a defa...
After Updating to AEM 6.5.10 the Create Page option is not appearing for some pagesI have see some post saying missing jcr:content node can cause this problem but our pages all have this. Can you please help if someone is facing such issues.
Hi Team We are using processing profiles to generate new renditions for the images. Now to access those images , the path is something like <image-path>/jcr:content/renditions/<rendition-name>.extension . I remember previously we had faced issues with caching in dispatcher while accessing thumbna...