UNPKG

@wh0ami/strapi-plugin-tinymce

Version:

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

49 lines (48 loc) 1.26 kB
{ "name": "@wh0ami/strapi-plugin-tinymce", "version": "1.0.10", "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": "SKLINET s.r.o. (https://github.com/SKLINET)", "maintainers": [ "SKLINET s.r.o. (https://github.com/SKLINET)" ], "repository": { "type": "git", "url": "git+https://github.com/SKLINET/strapi-plugin-tinymce.git" }, "engines": { "node": ">=14.19.1 <=18.x.x", "npm": ">=6.0.0" }, "license": "MIT", "bugs": { "url": "https://github.com/SKLINET/strapi-plugin-tinymce/issues" }, "homepage": "https://github.com/SKLINET/strapi-plugin-tinymce#readme", "main": "strapi-admin.js", "devDependencies": {}, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" } }