codeslayer1 / react-ckeditor

CKEditor component for React with plugin and custom event listeners support
MIT License
129 stars 34 forks source link

textColor and bgcolor are missing #12

Closed lucasABTasty closed 6 years ago

lucasABTasty commented 7 years ago

Hi, maybe It is just me who is missing something but I can't find the colors buttons in the toolbar. I tried with the toolbar configurator (https://ckeditor.com/latest/samples/toolbarconfigurator/index.html#basic), everything works just fine except the text and background color buttons. Is this a known issue ? How can I add them ?

image

Thank you

codeslayer1 commented 7 years ago

Hi,

These buttons are not included in the default build of CKEditor. You can create your own CKEditor build and add the colorbutton and colordialog plugin in your custom build.

Then you can use your custom build as explained in the docs(and you can find that in closed issues as well. Using custom build has been discussed multiple times).

Here is the screenshot of my CKEditor after including these plugins. It works perfectly fine. screen shot 2017-11-03 at 4 49 51 pm

Lilytt commented 6 years ago

how can i create my own CKEditor