sleeping-owl / admin

Administrative interface builder for Laravel
http://sleeping-owl.github.io/
MIT License
503 stars 259 forks source link

more plugins for ckeditor #265

Open eugenem opened 8 years ago

eugenem commented 8 years ago

Would you mind adding the complete package of the ckeditor? It's possible now to extend its configuration, but it doesn't help too much because a lot of plugins are missing. For example I was asked to provide font color buttons, and they require colorbutton plugin...

neverSeen1993 commented 8 years ago

@eugenem if use "artisan vendor publish" you will find public/packages/sleeping-owl/admin/ckeditor directory. You can put your own ckeditor there

eugenem commented 8 years ago

That's what I did. But it would be better to have in the package already...