Skip to content

delocker/IvoryCKEditorBundle

 
 

Repository files navigation

Provides a CKEditor integration for your Symfony2 Project. This bundle adds the form field type ckeditor to the Form Component.

Build Status

Actually, it allows you to manage:

  • toolbar
  • uiColor

Documentation

  1. Installation
  2. Usage
  3. Test

Contribute

If the bundle doesn't allow you to customize an option, I invite you to make a PR & I will merge it.

To add an option, it pretty easy. You just have to:

  • add it to the Ivory\CKEditorBundle\Form\Type\CKEditorType.
  • update the generated javascript in the IvoryCKEditorBundle:Form:ckeditor_widget.html.twig template.

License

This bundle is under the MIT license. See the complete license here.

About

Provides a CKEditor integration for your Symfony2 Project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 51.7%
  • JavaScript 48.3%