Files
tinymce/modules/oxide
Andrew Herron 15508f7e71 TINY-10185: Tweak dependencies and scripts (#9251)
* TINY-10185: Tweak dependencies and scripts to better fit within the premium monorepo

* TINY-10185: Rename root package to something more sensible

* TINY-10185: Set more reasonable main and types properties on TinyMCE's package json

* TINY-10185: Add 'build' scripts to every project

* TINY-10185: Add missing inter-dependencies between modules

* TINY-10185: Add type when agar is compiled standalone

* TINY-10185: Don't allow dompurify to upgrade by accident

* TINY-10185: Update to 6.8 release versions. Fix outdated yarn lock.

* TINY-10185: Add project.json files to help with nx builds

---------

Co-authored-by: Arvin Han <arvinhjt0718@gmail.com>
2023-12-15 10:32:15 +01:00
..

TinyMCE Oxide skin tools

This project contains the default skins as well as tools and files needed to build your own skin for TinyMCE 6.

Visit the TinyMCE 6 documentation for instructions on how to create and build skins for TinyMCE.

Building the skins

The build process uses Node and Gulp. Make sure you have both installed before you continue.

  1. Install dependencies with yarn.
  2. To view the skins, run npm start in this repository and see the oxide-test-data repository for more information.