Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 940 Bytes

index.md

File metadata and controls

36 lines (26 loc) · 940 Bytes

Nines Editor Bundle

The Nines Editor Bundle provides a simple wrapper around the TinyMCE editor widget, version 5.

Installation

See the main Nines Bundles documentation for installation instructions.

Assets

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

Configuration

How to configure a Nines Bundle is covered in the main Nines Bundles documentation. Configuration describes the bundle configuration options.

Usage

Usage describes the layout of the bundle and how to make good use of it.