I am trying to change source link of my live copy. example image is attached. so when on live copy XF, user views properties and clicks on source link on live copy tab. so when clicked it should be taken to XF in language master structure with page opening in editing but right now it's actual behavi...
I created AEM Project (AEM 6.5.0)Created one component \apps\aemApp\radiobuttongroupBuild the project, and installed the package to AEM instance through CRXDE Lite package managerAdmin console showing the component in \apps\aemApp Now copied "radiobuttongroup" component from \apps\aemApp\..\componen...
Hi everyone,I started working on a few extensions/plugins for the new CF Editor, such as showing/hiding fields based on a selection, custom color picker field, custom autocomplete field, etc. Following the docs provided here https://developer.adobe.com/uix/docs/services/aem-cf-editor/code-generation...
Hello Team, I am exploring MSM for content fragments. Can someone provide me, how you have implemented this feature in your project? How you have maintained your locale folders, logic etc.? In my case, for one of the features, I have created multiple Content fragments (en-service, fr-service, it-ser...
Hi everyone,I am exploring Edge Delivery Service (EDS) with document-based authoring and wanted to check if Experience Fragments (XFs) are supported in this approach. Specifically:Can Experience Fragments be used in EDS when authoring content using documents (Google Docs, Word, etc.)?If supported, h...
We access author instance through a VIP URL in https.The load balancer then passes the request in http to dispatcher on port 4502 and dispatcher forwards the request to the author.Login and other functionalities work fine. But when we try to impersonate another user we have an error. See screenshot....
1. how to update code like above? i had checked the related code, this class of Magento\SalesRule\Model\ResourceModel\Coupon\Usage is the same code in 2.4.5 and 2.4.7. why does the report occur this error? Update code to use a class marked as @api, how to find the solution of alternative code? the ...
I have to make an event handler that fires and prints logs whenever tags are assigned to images on the Dam. Finally I have to print the list of tags used on the images with the logs
Hi,I've got a right side drawer component, which slides into view from right side for specific tasks.That drawer is using position:fixed to get that slide in out stuff up and running.The drawer view is limited in width (does not span the whole width of the browser window)Actually it s similar to the...
As per https://developer.adobe.com/experience-manager/reference-materials/cloud-service/javadoc/com/adobe/granite/license/ProductInfo.html `com.adobe.granite.license.ProductInfo` API is deprecated. What is the replacement? I just want to get the version number of the AEM in my code. Currently I get ...