Adds the CKEditor web editor to RedKiteCms CMS to manage hypertext contents.
You can add the CKEditorBlock Bundle to your application adding it to your composer.json file:
.. code-block:: text
{
"require": {
"alphalemon/app-ckeditor-block-bundle": "1.0.*"
}
}
The bunde is fully unit tested.