Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

SOLVED

Icon Picker Plugin for Rich Text Editor (RTE) in AEM 6.5

Avatar

Level 2

Hello everyone,

I'm looking help to create custom Icon picker plugging for rich text editor in aem6.5. Appreciated in advance for help.

Thanks.

1 Accepted Solution

Avatar

Correct answer by
Level 8

Please follow these steps :

  • Create a new Clientlib and provide Categories
  • Create a new Command and Register it with CommandRegistry
  • Create a new Plugin and Register it with PluginRegistry
  • Create a custom dialog if there is a need
  • Enable plugin

You can also check soureedit plugin which will allow to edit html. 

Link for sourceedit plugin addition : https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/how-to-add-sourceedit-to-t...

Link for Custom plugin: https://www.bounteous.com/insights/2022/01/06/custom-rich-text-editor-plugins-adobe-experience-manag...

 

View solution in original post

0 Replies

Avatar

Correct answer by
Level 8

Please follow these steps :

  • Create a new Clientlib and provide Categories
  • Create a new Command and Register it with CommandRegistry
  • Create a new Plugin and Register it with PluginRegistry
  • Create a custom dialog if there is a need
  • Enable plugin

You can also check soureedit plugin which will allow to edit html. 

Link for sourceedit plugin addition : https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/how-to-add-sourceedit-to-t...

Link for Custom plugin: https://www.bounteous.com/insights/2022/01/06/custom-rich-text-editor-plugins-adobe-experience-manag...