drmartingonzo/tinymce-ss4-theme

TinyMCE Silverstripe 4 inspired theme


Keywords
theme, tinymce, silverstripe
License
BSD-3-Clause

Documentation

Silverstripe 4 TinyMCE theme

Screenshot of TinyMCE ss4 theme

Installation

composer require drmartingonzo/tinymce-ss4-theme ^1

Requirements

  • SilverStripe CMS ^4.0

Building theme

Open a console and go to the project directory.

Install grunt command line tool globally.

$ npm i -g grunt-cli

Install all package dependencies.

$ npm install

Now, build the theme by using grunt or npm run build