Hi All, I am working on a use case where I need to override the sling model of the OOTB asset share commons code. I have ModelA implementing Interface. I want to write ModelB which will implement interface only with the custom logic. Rest of the code should stay as is. Is there any way we can do it ...
(AEMaaCS)Hello everyone,We are setting our PDF files to open in the browser through dispatcher configuration: Inside our .vhost file: <LocationMatch "^\/content\/dam.*\.(?i:pdf).*$"> ForceType application/pdf Header unset Content-Disposition Header set Content-Disposition inline </LocationMatch>In t...
Hello,I am trying to upload some file via a php script .Here is my script// Check if file existsif (file_exists($file_path)) {// Initialize cURL session$ch = curl_init();// Set cURL optionscurl_setopt($ch, CURLOPT_URL, $aem_url . "/" . $filename);curl_setopt($ch, CURLOPT_USERPWD, $aem_user . ":" . $...
I have created the a component with nested multified which contains 12 fields. we tried to add more than 60 multifields in the dialog and it is taking more time to save the contents and load the dialog. Sometimes it is showing only limited contents in the dialog. Also frequently getting page unrespo...
We’re working on a project that requires a new folder to be created under /conf/project2, and we need to grant read permissions (ACL) to all users via code or OSGi configuration.For this use case, do we need to create a new system user with read permissions for the required path?Could you please sh...
We observed while loading the page below JS file is blocking and not loading. /etc/cloudsettings.kernel.js/libs/settings/cloudsettings/legacy/contexthub we checked in our code we are not using it anywhere hence please suggest how we can exclude it on page load. Also, pls suggest how to exclude the J...
Hi all, I am currently developing a custom plugin for the AEM Rich Text Editor (RTE), specifically targeting the inline dialog box. I am facing challenges in incorporating a custom icon into the toolbar of the dialog box.Here is the folder structure for my clientlibs:/apps/my-project/clientlibs- /rt...
Hi All, I am looking for resources for AD0-E129 Adobe Experience Manager Assets Developer Professional certification exam. If you have used any website or blogs which have helped you clear this please do share. Regards,Anupam Patra
Hi All,Getting "Choose an experience fragment variation" error when trying to copy and paste a already configured content fragment to another container.