Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Pimcore TinyMCE

> [!IMPORTANT]
> This bundle is shipped with an unsupported TinyMCE version (6.x) for licensing reasons.
> TinyMCE 6.x is licensed under the MIT license and can be bundled with this POCL licensed package, but doesn't receive any furter (security) updates (end-of-life).
Comment thread
brusch marked this conversation as resolved.
> TinyMCE >= 7.x is licensed under incompatible GPL license.
> If you'd like to continue to use TinyMCE in your project, please consider to license [Pimcore Enterprise Edition](https://pimcore.com/en/pricing), which includes an always up-to-date and licensed TinyMCE 7 version installed via Composer.

## General

Expand Down Expand Up @@ -189,4 +194,4 @@ The following example adds the plugin `charmap` (Note: Included since Pimcore 11
// ...
charmap: [/* ... */], // plugin's configuration
}
```
```