ckeditor5-simple-upload
ckeditor5-simple-upload copied to clipboard
Bumps [@ckeditor/ckeditor5-engine](https://github.com/ckeditor/ckeditor5/tree/HEAD/packages/ckeditor5-engine) from 1.0.0-alpha.2 to 27.0.0. Release notes Sourced from @ckeditor/ckeditor5-engine's releases. v27.0.0 Release highlights We are happy to announce the release of CKEditor 5 v27.0.0. Starting from this version,...
how to add a custom class attribute like > class="img-fluid" is it achievable through your plugin or through the ckeditor5
Having this warning on ckeditor5-build-classic v12.3.1 plugincollection-plugin-name-conflict: Two plugins with the same name were loaded. Read more: https://ckeditor.com/docs/ckeditor5/latest/framework/guides/support/error-codes.html#error-plugincollection-plugin-name-conflict {pluginName: "PendingActions", plugin1: ƒ, plugin2: ƒ} plugincollection-plugin-name-conflict: Two plugins with the same...
my function looks like this, but seems could not get the image public function store(Request $request) { $files = []; $file = $request->file('file'); $uploaded = []; //process image return response()->json($uploaded);...
CKEditorError: model-selection-set-ranges-not-range: Selection range set to an object that is not an instance of model.Range.
I have integrated this in my react application and image is getting uploaded and I am able to show it up in editor. 01. Image is occupying full size of...