drmartingonzo/tinymce-ss4-theme

TinyMCE Silverstripe 4 启发主题

安装量: 6,209

依赖: 1

建议者: 0

安全: 0

星标: 1

关注者: 2

分支: 0

开放问题: 0

语言:CSS

类型:silverstripe-vendormodule

1.0.0 2018-01-23 03:44 UTC

This package is auto-updated.

Last update: 2024-09-11 03:33:02 UTC


README

Screenshot of TinyMCE ss4 theme

安装

composer require drmartingonzo/tinymce-ss4-theme ^1

需求

  • SilverStripe CMS ^4.0

构建主题

打开控制台,进入项目目录。

全局安装 grunt 命令行工具。

$ npm i -g grunt-cli

安装所有包依赖。

$ npm install

现在,使用 gruntnpm run build 命令构建主题。