codeslayer1 / react-ckeditor

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

How can I config skin for react-ckeditor ? #50

Closed shamanking closed 6 years ago

shamanking commented 6 years ago

I try with:

config: {
  skin: 'moonocolor' (or 'moono')
}

But it's not ok.

codeslayer1 commented 6 years ago

For skins, you need to copy the skin files to the skins folder of CKEditor. So in this case you cannot simply use the default CKEditor build. You need to create a custom build, add the skins you want and then use that build with react-ckeditor.

Using a custom build has already been discussed multiple times. Refer this issue - #7