plone / plone/plone.base

TinyMCE settings are outdated

Open
#86 5 comments 0 reactions 0 assignees View on GitHub

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:

https://github.com/plone/plone.base/blob/3aa294184651c2ce24cce69021e672501dd60791/src/plone/base/interfaces/controlpanel.py#L630

https://github.com/plone/plone.base/blob/3aa294184651c2ce24cce69021e672501dd60791/src/plone/base/interfaces/controlpanel.py#L665

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.