added tinymce editor

This commit is contained in:
julien
2026-02-22 21:35:21 +01:00
parent 5e1947e6d3
commit 7f10a2fa27
276 changed files with 162198 additions and 54 deletions

View File

@@ -0,0 +1,27 @@
{
"name": "tinymce",
"description": "Web based JavaScript HTML WYSIWYG editor control.",
"license": "SEE LICENSE IN license.md",
"keywords": [
"wysiwyg",
"tinymce",
"richtext",
"javascript",
"html",
"text",
"rich editor",
"rich text editor",
"rte",
"rich text",
"contenteditable",
"editing"
],
"homepage": "https://www.tiny.cloud/",
"ignore": [
"README.md",
"composer.json",
"package.json",
".npmignore",
"CHANGELOG.md"
]
}