Created
August 19, 2020 10:17
-
-
Save alvnrapada/19fcdb8146a2c40534c4ef7a692d6ff2 to your computer and use it in GitHub Desktop.
This file contains 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
function MyCustomUploadAdapterPlugin(editor) { | |
editor.plugins.get('FileRepository').createUploadAdapter = (loader) => { | |
return new MyUploadAdapter(loader) | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment