Skip to content
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

Fix issues inserting Widgets with nested WYSIWYGs #20174

Merged
merged 2 commits into from
Apr 23, 2019

Commits on Jan 10, 2019

  1. Fix issues inserting Widgets with nested WYSIWYGs

    This PR is a potential fix for issues magento#19742 and magento#13409 (Thanks to @EduardTd for pointing me in the right direction).
    
    I've tested this briefly in my own install and it appears to resolve the issue. Submitting this PR so that the issue can be tested fully.
    molovo authored Jan 10, 2019
    Configuration menu
    Copy the full SHA
    3bcf0d8 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2019

  1. Use wysiwygAdapter instead of global tinyMCE variable

    I realised that tinyMCE is already being required as the wysiwygAdapter, so I've updated the code to point to that dependency instead. Still works.
    molovo authored Jan 17, 2019
    Configuration menu
    Copy the full SHA
    d4e0c28 View commit details
    Browse the repository at this point in the history