UNPKG

@sharpetronics/strapi-plugin-tinymce-editor

Version:

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

11 lines (9 loc) 199 B
'use strict'; module.exports = ({ strapi }) => ({ index(ctx) { ctx.body = strapi .plugin('strapi-plugin-tinymce-editor') .service('myService') .getWelcomeMessage(); }, });