I've created a Repoinit script using an OSGi Service Factory Configuration. I've successfully deployed the OSGi configuration containing the Repoinit script and I can see it under /system/console/configMgr, but the rep:policy isn't created in the DAM as expected. Can someone please provide guidance?...
On our project we are seeing an issue with Image core component - v3, that on edit of the component, we do not see the dialog box popup. We can add an image but dialog does not show. The same is also reproduceable on a Wknd site ( https://github.com/adobe/aem-guides-wknd/tree/aem-guides-wknd-3.2.0 )...
We have a number of Outlook .oft files in Assets that we want accessible from links in pages. The browser is displaying a blank page with no source and does not offer a download option. We are seeing a 200 so we know the request is successful.In Web Console/Apache Sling Commons Mime Type Service we ...
Is there a current best practice to create content fragments programmatically AEM Headless (using React)?Would it be through the Assets API? Anything to take into account? i assume it would be similar to here:https://experienceleague.adobe.com/docs/experience-manager-65/content/assets/extending/asse...
My goal is to write a custom code/query which will fetch and show the components that were changed/modified and if any new component has been added or if an existing component has been deleted for a certain page for a selected date range. Any ideas/suggestions with any possible code snippet is highl...
I have a requirement to show the time field in the dialog form beside the date field. Is this possible and how? Currently I have the following configuration in _cq_dialog (time field below the date field): <dateFrom jcr:primaryType="nt:unstructured" sling:resourceType="granite/ui/co...
Selecting an AEM component and using 'Convert to XF' option, it creates the XF, but the component doesn't get added to the XF, resulting in a blank XF. For eg, I author an RTE component -> Convert to XF, the XF gets created, but no RTE is found inside the XF that got created.
I want to make an external call whenever the page is published and I don't want to do this for all pages. Only certain pages I want to do this call. For example for the page is created with /conf/abc/template template.(cq:template = /conf/abc/template) Could anyone tell me what sling event API to us...
Dear Adobe Family, I am currently seeking documentation, presentations, or code related to AEM Analytics and Tags. Specifically, I am interested in information pertaining to tags. If you have any resources or insights to share on this topic, I would greatly appreciate it. Your assistance will be inv...
Hi Community,I am trying to sort by two kinds of Pages together. Basically, I am performing a search on pages that have articles component and pages that do not have articles (brought in new)Earlier the sort was happening based on the articleDate. Now, that I have pages without articles. I have a pa...