Expand my Community achievements bar.

SOLVED

how to add a colour picker plugin in Richtext field for aem cloud

Avatar

Level 5

Hi All,

 

I need to add a colour picker plugin to one of my component richtext field so i tried multiple blogs but nothing worked out, can any one suggest some reference for how to add a colour plugin in aem cloud services.

 

Thanks

Nandheswara

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Color picker version for AEMaaCS version is at https://github.com/arunpatidar02/aem63app-repo/blob/master/packages/rte/aem-rte-plugins-1.5.zip , it also contains other plugin(Style), you can remove that, details are at https://aemlab.blogspot.com/2019/07/aem-rte-custom-plugins-1.html



Arun Patidar

View solution in original post

3 Replies

Avatar

Correct answer by
Community Advisor

Color picker version for AEMaaCS version is at https://github.com/arunpatidar02/aem63app-repo/blob/master/packages/rte/aem-rte-plugins-1.5.zip , it also contains other plugin(Style), you can remove that, details are at https://aemlab.blogspot.com/2019/07/aem-rte-custom-plugins-1.html



Arun Patidar

Avatar

Level 7

To add a color picker plugin to the Rich Text Editor (RTE) in AEM Cloud:

1. Download or create a color picker plugin (like the one from here https://github.com/arunpatidar02/aem63app-repo/blob/master/packages/rte/aem-rte-plugins-1.5.zip).

2. Add the plugin to your AEM project (upload to /apps/your-project/plugins).

3. Update the RTE configuration in your component dialog to include the plugin (use rtePlugins in the dialog).

4. Test by selecting the color picker from the RTE toolbar and applying a color.

For a more detailed walkthrough, check out the blog post you referenced (https://aemlab.blogspot.com/2019/07/aem-rte-custom-plugins-1.html).