laravel-ckeditor icon indicating copy to clipboard operation
laravel-ckeditor copied to clipboard

How to add skin to the editor ?

Open ghost opened this issue 8 years ago • 1 comments

Hi,

Thanks for your package ! :) I need help to change the skin of the editor ! You have created a folder named "skins", how to use it ?

I have tried to add in config.js this :

CKEDITOR.skinName = 'skins/kama';

but it doesn't work :(

Thank you :D !

ghost avatar Mar 30 '16 18:03 ghost

Hi @cyrilblankaert, Thank you, we were just wrapping CKEditor to a laravel package. No big deal.

After vendor:publish, the skins folder should be at public/vendor/unisharp/laravel-ckeditor/skins and you should be able to set config.skin = 'kama' in public/vendor/unisharp/laravel-ckeditor/config.js I don't know how to customize skin from CKEditor loader either. Please let me know if you figuring it out.

Ref: http://docs.ckeditor.com/#!/guide/dev_skins-section-installing-skins-manually

youchenlee avatar Mar 31 '16 08:03 youchenlee