I am trying to use a webp image in page properties under featured image section in AEM cloud instance. But not able to see the image preview in the page properties. All the image rendetions are created, and even this image is visible in the page using Image component. Also, in page properties i can...
I am using the below richtext inside content fragment model. Its working fine in the content fragment created using the model.But model itself is not loading properly and we are unable to edit it too. Any issue in the below xml ? <richText jcr:primaryType="nt:unstructured" sling:resourceType="...
we are using okta as SSO provider now, when the redirect is coming to aem, it has referrer property, we are trying to ignore referrer value , as it can be manipulated.@EstebanBustamante @Saravanan_Dharmaraj @kapil_rajoria
Hi,I am looking to set a default redirect url, irrespective of redirect uri or resource which aem redirects automatically incase session is not active.So, no matter from where the user is coming to login page, it should always go to a specific page post loggin in
I am trying to make a few page properties field read-only for a select group of users under a group.I can show/hide those fields based on the Granite Render Condition, but my requirement is to show the fields in a disabled way. I can do it via a JS and then fire a servlet to determine the group and ...
I am facing an issue w.r.t giving access to our authors. I have given them replicate access for /content/dam path, but when they are creating a content fragment using the fragment model and trying to replicate it. AEM is trying to re-publish the fragment model too, even though they are already activ...
I have a requirement where if someone is trying to activate/publish a child folder, I will call the preprocessor and check whether all parent folder to that child is active or not.
if any of the parents is inactive, I will stop the child folder activation.
Problem - Is there a way to use X-path o...
You can check for dependency errors in your core bundle, first, go to /system/console/bundles and search for your bundle and there you can see the imports which are not found in AEM.
then go to http://localhost:4502/system/console/depfinder and search for that class, if the bundle is present in AEM ...