Hello We are in the process of migrating and revamping a new website while also maintaining the existing site. The plan is to move few pages at a time to a new site structure at once. Lets say we have /content/sitea/a/b/c and /content/siteb/c/d/e but i want to have a single site https://branda.com/,...
Is there any documentation available on how to use environment variables in Adobe Experience Manager (AEM) as a Cloud Service with OAuth Server-to-Server authentication instead of JWT?
Hi,I am trying to use Source Edit plug in RTE and adding HTML code which contains base64 encoded string for the image source. I am able to preview it in the dialog. After submitting the dialog changes, text component becomes irresponsive and when I reload the author page text component is not visibl...
After upgrading core components from 2.20.6 to 2.22.10, core component's accordion and carousel select panel is breaking. It gives following console error when I click on select panel: Uncaught Error: Syntax error, unrecognized expression: # [data-cmp-hook-accordion='item'][data-cmp-expanded] [data...
Hi,Can someone please assist why the path browser option is not displaying as expected for the multifield added through the OSGI configuration. With the single field it is working fine.Code :Output:
Hi I have the Sling model in that i have list like below public List<customList> getCustomProducts() { return customProducts;} When i tried to identify the last item of list like below <sly data-sly-list.product="${productModel.customProducts}"> <a href="${product.link}"><strong> ${product.nam...
Hi, I add a field to "Edit Tag" wizard via "/libs/cq/tagging/gui/content/tags/tagedit/jcr:content/body/items/form/items/wizard/items/editStep/items/fixedColumns/items" and I assign values to the “Tag Color" , but when I open the "edit tag" again, the "Tag Color" field does not show the value.Tha...
Hi All,I have a generic method which is used for rendering a service reference. Can you guide me how can I create a Junit test method for the same?When trying to mock BundleContext getting error as shown below:Cannot invoke "org.osgi.framework.Bundle.getBundleContext()" because the return value of "...
Hello,I am needing to create a Workflow that automatically resizes an Asset upon upload if it is above a particular size. I understand how to create "Renditions", but I need to be able to provide transformations (using the CommandLine or other Step) on the original image. Is this possible? If so, ho...
Hi, I am using nested multifield in AEM SPA with react .When I am trying to access the <page url>.model.json, nothing is rendered. But, when I try to retrieve with component node path,<page-node-path>.model.json, then it returns the component json. Please let me know how can I retrieve nested multif...