drmartingonzo / tinymce-ss4-theme
TinyMCE Silverstripe 4 inspired theme
Package info
github.com/DrMartinGonzo/tinymce-ss4-theme
Language:CSS
Type:silverstripe-vendormodule
pkg:composer/drmartingonzo/tinymce-ss4-theme
1.0.0
2018-01-23 03:44 UTC
Requires
This package is auto-updated.
Last update: 2026-03-11 07:07:13 UTC
README
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
