TinyMCE settings are outdated
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 2
- Forks
- 1
- Avg merge
- 12h 44m
- Merged PRs (30d)
- 2
Description
Plone 6.1 switched to TinyMCE 7 version and https://github.com/plone/Products.CMFPlone/issues/3954 stated:
All done. We will point here from the roadmap document.
In mockup (plone.staticresources) there is temporary JS patch (see https://github.com/plone/mockup/commit/eac9e4b69172b696d903100ce266effbadfc1f18 and here), with comment:
// BBB: TinyMCE 6 has renamed toolbar and menuitem plugins.Add commentMore actions
// map them here until they are updated in Plone's configuration:
while TinyMCE settings are outdated still using the TinyMCE 5 values:
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Inspect src/plone/base/interfaces/controlpanel.py at the referenced lines and compare the configured TinyMCE values with the TinyMCE 7 names. Use the linked mockup compatibility patch and TinyMCE upgrade issue for context. Done means the Plone settings no longer use the outdated TinyMCE 5 values and align with the current configuration.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, python
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100