Add Color Dialog (Table) in CKEditor

Add TABLE ckeditor plugin

Hello everyone, I am trying to configure plugins to be able to add functionality to tables. I have found this one that can be approached to it: Table | CKEditor.com

I’ve downloaded the “ColorDialog” plugin but it doesn’t show me anything:

and i want this:

but when I configure it in the console it does not show it to me:


Could you tell me what happens?

Thank you very much to all

Hello,

You can try adding the below and see if this works for you

ckeditor.config.appended.json
{plugins: ‘colorbutton,colordialog’ , toolbarGroups : [{ name: ‘colors’, groups: [ ‘colors’ ] }]}
ckeditor.config.overlayed.json
{extraPlugins: ‘colorbutton’ , colorButton_enableAutomatic:false,colorButton_enableMore:true,colorButton_colors:‘f60,999,000,CF5D4E,454545,FFF,DDD,CCEAEE,66AB16’}

Thanks,
Bloomreach