drmartingonzo/tinymce-ss4-theme

TinyMCE Silverstripe 4 inspired theme

Maintainers

Package info

github.com/DrMartinGonzo/tinymce-ss4-theme

Language:CSS

Type:silverstripe-vendormodule

pkg:composer/drmartingonzo/tinymce-ss4-theme

Statistics

Installs: 6 716

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

1.0.0 2018-01-23 03:44 UTC

This package is auto-updated.

Last update: 2026-03-11 07:07:13 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