UNPKG

@appricot/strapi-plugin-tinymce

Version:

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

13 lines (9 loc) 177 B
/** * * PluginIcon * */ import React from "react"; import Pencil from "@strapi/icons/Pencil"; const PluginIcon = () => <Pencil />; export default PluginIcon;