Last active
December 2, 2023 18:44
-
-
Save softiconic/88ee1ff6981821d911aabc0869ac6a99 to your computer and use it in GitHub Desktop.
Allow the video tag in CKEditor.
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
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