-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tinyMCE missing font size selector in v7 #39440
Comments
Hi @domeglic. Thank you for your report.
Join Magento Community Engineering Slack and ask your questions in #github channel. |
Hi @engcom-Bravo. Thank you for working on this issue.
|
@domeglic there seems to be a patch ACSD-62755 that fixes this issue, however, I have applied this and it doesn't appear to fix it for me on 2.4.5-p10. |
@PatrickWhitehouse Thanks for your Contribution!!. Hi @domeglic, Thanks for your reporting and collaboration. As per the Magento Release Notes https://experienceleague.adobe.com/en/docs/commerce-operations/tools/quality-patches-tool/release-notes patch ACSD-62755 fixes the font size issue for tinyMCE 7. Could you please refer the document and let us know if you are still facing any issue. Thanks |
Preconditions and environment
Steps to reproduce
Expected result
Actual result
Additional information
This is because of update from tinyMCE v5 to v7 in the latest security update. In v6 options got renamed: https://www.tiny.cloud/docs/tinymce/6/migration-from-5x/#things-we-renamed
I found two places where this is configured:
\Magento\PageBuilder\Model\Wysiwyg\DefaultConfigProvider::getConfig
It should be
fontsize
instead offontsizeselect
. Could also have other things that need to be renamed, I just noticed this one.Release note
No response
Triage and priority
The text was updated successfully, but these errors were encountered: