Skip to content

Latest commit

 

History

History
executable file
·
25 lines (17 loc) · 578 Bytes

README.md

File metadata and controls

executable file
·
25 lines (17 loc) · 578 Bytes

TinyMceBlockBundle

Adds the TinyMceBlockBundle web editor to RedKiteCms CMS to manage hypertext contents.

Build Status

Installation

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.*"
    }
}

Unit test

The bunde is fully unit tested.