I was going through this link and I am unable to understand how to modify the email template style?http://adobe-consulting-services.github.io/acs-aem-commons/features/email-api.html
I have a servlet which provides JSON for the page. I wanted to get page properties in my code in that servlet. But every time I add page manager or current page to my servlet, the JSON stops loading. And there's no error.I have the page path. But adapting it to a page is causing issue.
I have a servlet that provides JSON of any page that is opened with a given selector. This JSON will be accessed by third party and i wanted to limit the access. I wanted to use OAuth or something similar (but no ACL). If OAuth is a good idea, how can that be done? The user should have access to the...
I have a servlet that provides page content in needed JSON format. This JSON will be used by a third party and I need to provide a security level check to this. How can I provide a token authentication in servlet or in ant service/wrapper before servlet to provide a layer of security. This cannot be...
I want to get JSON data of a page and I came across this blog which is exactly what I want. But the problem is, I need to work with service instead of servlet. Can this be done? If yes, pls suggest the way.Blog: http://aemlab.blogspot.com/2019/07/get-json-response-of-aem-page.html
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...