drmartingonzo/tinymce-ss4-theme

TinyMCE Silverstripe 4 inspired theme

Installs: 5 929

Dependents: 1

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 0

Open Issues: 0

Language:CSS

Type:silverstripe-vendormodule

1.0.0 2018-01-23 03:44 UTC

This package is auto-updated.

Last update: 2024-04-11 02:44:02 UTC


README

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