Created
February 21, 2014 15:48
-
-
Save kvnm/9136670 to your computer and use it in GitHub Desktop.
Drupal CKEditor module 'Advanced Settings' to get Media Embed plugin to play nice with CKEditor 4
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
config.allowedContent = true; | |
config.extraAllowedContent = 'iframe[*]'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment