Skip to content

TinyMCE toolbar failed to display, needs to adapt to new name, When upgrading to 6. x #7564

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

Open
ahjszll opened this issue Feb 10, 2025 · 3 comments · May be fixed by #7672
Open

TinyMCE toolbar failed to display, needs to adapt to new name, When upgrading to 6. x #7564

ahjszll opened this issue Feb 10, 2025 · 3 comments · May be fixed by #7672

Comments

@ahjszll
Copy link

ahjszll commented Feb 10, 2025

reference address
https://www.tiny.cloud/docs/tinymce/6/migration-from-5x/#things-we-renamed

src/Presentation/Nop.Web/Areas/Admin/Views/Shared/EditorTemplates/RichEditor.cshtml

Line:92

error code
toolbar: "ltr rtl | insertfile undo redo | styleselect | fontselect | fontsizeselect | bold italic | forecolor backcolor | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | link image",

Correct code
toolbar: "ltr rtl | insertfile undo redo | styles | fontfamily | fontsize | bold italic | forecolor backcolor | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | link image",

@G3r4rd00
Copy link

@DmitriyKulagin
Hello, I have a solution for this issue. Can I submit a PR to fix it, or is something already in progress?

Image

@DmitriyKulagin
Copy link
Contributor

@G3r4rd00
Hi, You can do PR.

@KaranChadha10
Copy link
Contributor

I've created a PR (#7672) to address this issue. Please review when possible. Thanks!

FYI: @DmitriyKulagin @AndreiMaz

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants