The Nines Editor Bundle provides a simple wrapper around the TinyMCE editor widget, version 5.
See the main Nines Bundles documentation for installation instructions.
This bundle assumes that the CKEditor Javascript and CSS files are available
in public/node_modules/tinymce
. One way to get them there is to configure Yarn
to store them there, and then add them add tinymce as a yarn package dependency.
cd public
yarn add tinymce
How to configure a Nines Bundle is covered in the main Nines Bundles documentation. Configuration describes the bundle configuration options.
Usage describes the layout of the bundle and how to make good use of it.