Skip to main content
JakeCham
New Participant
August 2, 2021

Add a button to Rich Text Editor

  • August 2, 2021
  • 3 replies
  • 1936 views

Hi Team, 

 

Is there a way or plugging to add a button to Rich Text Editor in aem 6.5 ?

 

Thanks in advance

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

3 replies

arunpatidar
New Participant
August 2, 2021

if you are looking for custom plugin to add buttons in RTE, then you can check this https://aemlab.blogspot.com/2019/07/aem-rte-custom-plugins-1.html

Arun Patidar
Umesh_Thakur
New Participant
August 2, 2021

Hi @jakecham ,

It seems like you wanted to add some more controls to RTE if yes, You can easily add  and remove RTE controls based on your requirement, In RTE component you will have two nodes named rtePlugins and uiSettings respectively, these two nodes can be used for the same purpose.

For more information you can see below article >

https://experienceleague.adobe.com/docs/experience-manager-64/administering/operations/rich-text-editor.html?lang=en

 

Hope this  will help.

Umesh Thakur

JakeCham
JakeChamAuthor
New Participant
August 2, 2021
I have gone through the documentation. But unable to find somethin for my problem. I want to add a button inside rich text. So no plugin for that right ? So when achieving it on custom way can you guide me little more ?