drmartingonzo / tinymce-ss4-theme
TinyMCE Silverstripe 4 inspired theme
Installs: 6 553
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Language:CSS
Type:silverstripe-vendormodule
Requires
This package is auto-updated.
Last update: 2025-03-11 04:54:18 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