Im using the package from the below link :http://experience-aem.blogspot.com/2019/04/aem-65-touch-ui-rte-rich-text-editor-structured-content-plugin-creating-tooltips.htmlI need another button to remove the tooltip of not needed. I updated the dialog in the page level. What updates should I make in t...
Hi All, We are facing an issue on publish instance where when trying to open any page as infinity.json do not given any result on page though it gives a 200 OK status.When opening the same page with a numeric.json it gives a result.Example: /libs/cq/security/content/admin.infinity.json---> Doesn't s...
Is there a way to determine which crx2oak-<version>.jar is appropriate for a particular migration? For example, if my CRX is: Apache Jackrabbit Oak 1.2.16,or: Apache Jackrabbit Oak 1.2.31, or something else, and I want to migrate out of: everything in tar filesto: blobs in datastore and destination ...
Hi guys, I was testing the Googles' WebOTPAPI, but I am not able to get the results but getting DOMException: OTP retrieval timed out.https://web.dev/web-otp/https://web-otp-iframe-demo.stackblitz.io/Any idea what I might be missing?
Hi, I will be uploading an image to aem server using a service that aem or coustom code provides (www.abc.com/upload/image.json) Now this request is triggered from https://uploadservice.com . How could i get the host name in aem servlet (uploadservice.com) and ip address of this when it is triggred...
http://localhost:4502/system/console/configMgr/com.adobe.granite.ui.clientlibs.impl.HtmlLibraryManagerImplI have disabled minification of JS using above interface as posted in other threads, but component dialog JS withcategory - cq.authoring.dialog , is still getting minified. Is there a way to sto...
I'm working on an AEM 6.5.9 servlet that needs to use a PKCS8 format private key to sign a JWT for a third-party application. This is not related to setting up SSL or other Adobe services. Can the private key file be stored in the crx-quickstart folder or is there a different preferred approach? And...
Hi,We have enabled HTTPS for our author instance and some of the features are not working like content author unable to delete the components, useradmin not working.After initial debugging found that inifinity.json is throwing 404 when accessing author over HTTPS, https://ssl_host/libs/cq/security/c...
Hi Team, I want to print a value (which is getting from the dialog) inside a ternary operator. I'm able to use ternary operator like below and it works fine.<a href="#" class="${properties.openinnewwindow ? 'nonunderline' : ''}">link</a> But when I put it like below it is not working. Adding a value...