strapi-plugin-ckeditor5
Advanced tools
Comparing version 1.14.0 to 1.15.0
@@ -49,3 +49,3 @@ import React, { useState } from 'react'; | ||
editor.model.change(writer => { | ||
const imageElement = writer.createElement('image', { | ||
const imageElement = writer.createElement('imageBlock', { | ||
src: url | ||
@@ -52,0 +52,0 @@ }); |
@@ -20,2 +20,3 @@ module.exports = { | ||
// "removeFormat", | ||
// "sourceEditing", | ||
// "code", | ||
@@ -22,0 +23,0 @@ // "link", |
{ | ||
"name": "strapi-plugin-ckeditor5", | ||
"version": "1.14.0", | ||
"version": "1.15.0", | ||
"description": "Replace Strapi default WYSIWYG editor with enhanced build of CKEditor 5", | ||
@@ -5,0 +5,0 @@ "private": false, |
19660
532