kotti_tinymce is a TinyMCE plugins for Kotti.
Setup
To activate the kotti_tinymce add-on in your Kotti site, you need to add an entry to the kotti.configurators setting in your Paste Deploy config. If you don't have a kotti.configurators option, add one. The line in your [app:main] section could then look like this:
kotti.configurators = kotti_tinymce.kotti_configure
With this, you'll be able to use TinyMCE in your Kotti site.
Product's homepage
Requirements:
· Python
What's New in This Release: [ read full changelog ]
· Separate install_requires and tests_require.
· Delete old tests from 0.1. Setup new funcargs based tests.
· 100% test coverage (again) with new funcargs tests (thanks teixas!).