RTE Plugin development CQ 5.6 | Community
Skip to main content
New Participant
October 16, 2015
Solved

RTE Plugin development CQ 5.6

  • October 16, 2015
  • 2 replies
  • 823 views

I'm new at this. It seems I need to create a plugin for the RTE and information is very scarce.

I can't seem to find any usable API or other documentation. I have found one tutorial, but it doesn't explain everything. I tried doing something similar, but the RTE doesn't seem to load it. 

If anyone has a pointer to a nice documentation that will enable me to fully understand, I would be eternally grateful.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by smacdonald2008

Here is a detailed AEM article that creates an AEM component. Using RTE plugins is included. See http://helpx.adobe.com/experience-manager/using/creating-aem-multifield-components.html

 

Ps. I will post the package on which this article is based this coming weekend. This code works, but is very detailed.

2 replies

smacdonald2008
smacdonald2008Accepted solution
New Participant
October 16, 2015

Here is a detailed AEM article that creates an AEM component. Using RTE plugins is included. See http://helpx.adobe.com/experience-manager/using/creating-aem-multifield-components.html

 

Ps. I will post the package on which this article is based this coming weekend. This code works, but is very detailed.

SpadzAuthor
New Participant
October 16, 2015

Thank you very much. It should give me a head start.