UNPKG

@sharpetronics/strapi-plugin-tinymce-editor

Version:

Replaces the default Strapi WYSIWYG editor with a self-hosted build of the TinyMCE editor.

8 lines (6 loc) 121 B
'use strict'; module.exports = ({ strapi }) => ({ getWelcomeMessage() { return 'Welcome to Strapi 🚀'; }, });