/ckeditor5-build-full

Primary LanguageJavaScriptOtherNOASSERTION

CKeditor 5 Build Full

This is a custom build of the CKeditor 5 with which you add images by typing in the url.

Custom Image Interface.

You are also able to use a custom image interface by adding this:

/*
* @param {boolean} input - With this you receive whether your interface is needed.
*/
window.embedImageExecuted = function(input){
	// Here you add the code with which you call your interface.
}

Also, you pass the image url using this code:

executeEmbedImage('https://www.imagesite.com/image/url.jpg');