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

Reference TinyMCE as external module, not assumed global #760

Merged
merged 1 commit into from
May 11, 2017

Conversation

aduth
Copy link
Member

@aduth aduth commented May 10, 2017

This pull request seeks to treat TinyMCE as though it were a module. The Webpack configuration has been updated to still reference the global, but we should not be accessing the global directly in code. This is for consistency in how we treat dependencies, and to leave open the possibility of modifying the source from which TinyMCE is resolved (e.g. npm).

Testing instructions:

Verify that no regressions occur in the display and behavior of the editor, notably parsing of blocks and Editable field usage (text blocks, heading blocks, etc.)

@aduth aduth added the Framework Issues related to broader framework topics, especially as it relates to javascript label May 10, 2017
@aduth aduth merged commit ca6bd50 into master May 11, 2017
@aduth aduth deleted the remove/tinymce-global branch May 11, 2017 13:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Framework Issues related to broader framework topics, especially as it relates to javascript
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant