UNPKG

@sharpetronics/strapi-plugin-tinymce-editor

Version:

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

13 lines (9 loc) 162 B
/** * * PluginIcon * */ import React from 'react'; import { Puzzle } from '@strapi/icons'; const PluginIcon = () => <Puzzle />; export default PluginIcon;