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