Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.

Need help in finding documentation regarding CUI

Avatar

Level 1

Hi, 

I am new to AEM and trying to learn about creating custom plugins for rich text editor. I see a lot of code samples for creating plugins, but not much documentation about the editor kernel, toolkit/plugin/command registries and any information about extending plugins and classes. I am working on AEM 6.2.

Could not find any documentation related to those on Granite UI and Coral UI sites.

Please let me know if there is any other place to search for these.

Thanks

3 Replies

Avatar

Level 1

I was able to configure RTE by adding AEM provided plugins. Then I came across this post to create custom plugin to RTE - http://experience-aem.blogspot.com/2015/01/aem-6-sp1-touch-ui-rich-text-editor-plugin-to-upper-case....

The author has added the toolkitImpl, plugin and command to the respective registries to make the plugin work. I could not find any documentation about those registries for creating custom plugins