Skip to content

Instantly share code, notes, and snippets.

@softiconic
Last active December 2, 2023 18:44
Show Gist options
  • Save softiconic/88ee1ff6981821d911aabc0869ac6a99 to your computer and use it in GitHub Desktop.
Save softiconic/88ee1ff6981821d911aabc0869ac6a99 to your computer and use it in GitHub Desktop.
Allow the video tag in CKEditor.
CKEDITOR.editorConfig = function (config) {
config.allowedContent = true;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment