We are excited to announce that Adobe Developers Live returns on November 12, 2024, bringing together the Adobe Experience Manager and Commerce community in a hybrid format. Whether you attend in-person at Adobe’s HQ in San Jose, California, or virtually, this event is designed to provide valuable ...
I added a new component to my editable template by source code, editing ui.content\src\main\content\jcr_root\conf\my-site\settings\wcm\templates\my-template\structure\.content.xmlandui.content\src\main\content\jcr_root\conf\my-site\settings\wcm\templates\my-template\policies\.content.xml I added an...
Hi, Data is getting lost after saving composite multifield content fragments when we save the composite multifield the data is getting stored in JSON object and after some time if we open the content fragment the data is lost. If we go to crxde and check on the node the value was stored in a string ...
Hi All, I have created a static site using standard AEM Site Template 2.2.0. It is working fine in desktop view but when change it to other views it's UI not responsive.I tried with this methods: Understanding Responsive Layout with AEM Sites | Adobe Experience ManagerResponsive layout for you...
Hi All,I have done the bulk import from OneDrive to AEM Assets. Where I can import assets from My Files as shown below. I was referring the below document for configuring OneDrive to AEM Assets. Bulk import assets using Assets Essentials | Adobe Experience ManagerI Created a communication site(Human...
Hello Adobe experts, I cannot receive Chinese query parameter in Servlet because of charset issues, but after I set Apache Sling Request Parameter Handling OSGi configuration, nothing changes, why? Any other places required configured? Can you give me some advises? Thanks
For our project, we created a new namespace `salsify:` under Content Fragment. For example,salsify:size salsify:class salsify:colorWhen creating PersistedQuery, the GraphiQL editor converts colon (:) to underscore and the queries are failing. For example, above, property names are actually `salsify:...
i want pages that donot exist in aem get crawled . the data for loading these page is not stored in AEM, but rather the in backend API that feeds the Single Page App under /example/ and /example/something.html is a internalRedirect in AEM so the pages dont really exist. how do I get generate sitemap...
Hi, I have created a workflow model with a "Deactivate Page" step only and while running this i am getting "Process Resource null" error.I have also tried another step "Create page Version" and still getting the same error response.I have checked "com.day.cq.wcm.workflow" bundle and "create version"...
Hi AllI am working on a use case to create private folder programmatically but in my local sdk when I am trying to get Authorizable object it is always coming nullBelow is the code snippet UserManager userManager = resolver.adaptTo(UserManager.class)userManager.getAuthorizarble( “admin”): resolver i...
I have an experiencefragment component that has a checkbox. I want to show this checkbox by default in the editor dialog box and hide it only when this experiencefragment component is used in a structure for a specific template. The problem is that I cannot disable this checkbox using the config pro...