delocker / ckeditor-bundle
Provides a CKEditor 4.0.1 integration for your Symfony2 Project.
Package info
github.com/delocker/IvoryCKEditorBundle
Type:symfony-bundle
pkg:composer/delocker/ckeditor-bundle
dev-master
2013-01-13 15:14 UTC
Requires
- php: >=5.3.0
- symfony/framework-bundle: 2.*
This package is not auto-updated.
Last update: 2026-04-11 21:17:03 UTC
README
Provides a CKEditor integration for your Symfony2 Project. This bundle adds the form field type ckeditor to the Form Component.
Actually, it allows you to manage:
- toolbar
- uiColor
Documentation
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.twigtemplate.
License
This bundle is under the MIT license. See the complete license here.