editor_tinymce
Model exposing TinyMCE editor version metadata used by admin/editor integration.
Possible version identifiers:
newest- always resolve to the bundled newest TinyMCE version.4.9.3- legacy TinyMCE 4 template set (tinymce-4.9.3).5.10.2- TinyMCE 5 template set (tinymce-5.10.2).
Any configured value must match an available tinymce-<version> template directory; unsupported values fall back to
newest when requesting version_current.
Available Model API Paths
| Method | Path pattern | Description |
|---|---|---|
get | /version/... | Return configured TinyMCE version identifier (newest, 4.9.3, 5.10.2, or another configured value). |
get | /version_current/... | Return effective TinyMCE version in use (resolves newest and unsupported configured values to the bundled latest version). |
/+name marks a variable path segment. A trailing /... means extra path segments are accepted for further lookups.