UNPKG

@appricot/strapi-plugin-tinymce

Version:

Replaces the default Strapi WYSIWYG editor with a customized build of TinyMCE editor.

10 lines (7 loc) 149 B
"use strict"; const config = require("./config"); const settings = require("./settings"); module.exports = { config, settings, };