-
-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
What happens
Adding a textarea with pat-tinymce class results:
GET http://localhost:8080/Plone/++webresource++74456754-c4ae-5e78-b089-c480f83eb0c7/++plone++static/bundle-plone/chunks/skins/content/default/content.min.css net::ERR_ABORTED 404 (Not Found)
Steps to reproduce
- clone
git@github.com:collective/minimalplone6.git, run buildout and create a Plone 6 Classic UI site - add a browser page with TinyMCE
<textarea class="pat-tinymce" data-pat-tinymce='{"inline": false}'></textarea> - open the view and check developer tools console for the above error
Versions:
- Plone 6.0.10
- plone.staticresources 2.1.13 / 2.2.0a6
- TinyMCE 5.10.9 / 6.8.3
Note:
With latest 2.2.0a6 it is still present, but the error is not present for "inline": true, nor with built in forms (e.g. ++add++Document, ++add++Event).
What I expect
A documentation on how to initialize TinyMCE without errors would be good. Or a bugfix, if it is a bug.
Metadata
Metadata
Assignees
Labels
No labels