UNPKG

@appricot/strapi-plugin-tinymce

Version:

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

14 lines (12 loc) 257 B
"use strict"; module.exports = { type: "admin", routes: [ { method: "GET", path: "/config/:configKey", handler: "config.getConfig", config: { policies: [] }, }, ], };