delocker/ckeditor-bundle

Provides a CKEditor 4.0.1 integration for your Symfony2 Project.

Installs: 17

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 116

Type:symfony-bundle

dev-master 2013-01-13 15:14 UTC

This package is not auto-updated.

Last update: 2024-05-11 11:37:42 UTC


README

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.