UNPKG

@appricot/strapi-plugin-tinymce

Version:

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

10 lines (8 loc) 192 B
"use strict"; module.exports = ({ strapi }) => { return { getConfig(key = "editor") { return strapi.plugin("tinymce").config(key) ?? {}; }, }; };