AuthorLink: How to generate a link to directly edit the page?
Hi
Is there a way one can generate a link to directly edit a page in AEM? I need to include this link in an email that I send out from a component.
Hi
Is there a way one can generate a link to directly edit a page in AEM? I need to include this link in an email that I send out from a component.
You can construct the AEM url in the sling model and use the same while sending email.
1. First get the current page path using Page object.
@586265
private Page currentPage;
2. Use Externalizer to get the hostname and the construct complete url ("<hostname>" + "/editor.html/+"<Page path>"+"html"
you can check below example to get hostname info.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.