Skip to content

Instantly share code, notes, and snippets.

@kvnm
Created February 21, 2014 15:48
Show Gist options
  • Save kvnm/9136670 to your computer and use it in GitHub Desktop.
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
config.allowedContent = true;
config.extraAllowedContent = 'iframe[*]';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment