@appricot/strapi-plugin-tinymce
Version:
Replaces the default Strapi WYSIWYG editor with a customized build of TinyMCE editor.
46 lines (45 loc) • 1.1 kB
JSON
{
"name": "@appricot/strapi-plugin-tinymce",
"version": "1.0.4",
"description": "Replaces the default Strapi WYSIWYG editor with a customized build of TinyMCE editor.",
"private": false,
"keywords": [
"strapi",
"tiinymce",
"tinymce 6",
"wysiwyg",
"rich text",
"editor"
],
"strapi": {
"displayName": "TinyMCE",
"name": "tinymce",
"description": "Replaces the default Strapi WYSIWYG editor with a customized build of TinyMCE editor.",
"kind": "plugin"
},
"dependencies": {
"@tinymce/tinymce-react": "4.2.0"
},
"peerDependencies": {
"@strapi/strapi": "^4.0.0"
},
"author": {
"name": "appricot ltd",
"url": "https://github.com/appricot-project"
},
"maintainers": [
{
"name": "appricot ltd",
"url": "https://github.com/appricot-project"
}
],
"repository": {
"type": "git",
"url": "https://github.com/appricot-project/strapi-plugin-tinymce"
},
"engines": {
"node": ">=14.x.x <=18.x.x",
"npm": ">=6.0.0"
},
"license": "MIT"
}