@_sh/strapi-plugin-ckeditor 2.1.0 → 2.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -43,6 +43,8 @@ const MediaLib = ({ isOpen, onChange, onToggle, editor, uploadConfig: { responsi
43
43
  url: prefixFileUrlWithBackendUrl(f.url),
44
44
  mime: f.mime,
45
45
  formats: f.formats,
46
+ width: f.width,
47
+ height: f.height
46
48
  }));
47
49
 
48
50
  handleChangeAssets(formattedFiles);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@_sh/strapi-plugin-ckeditor",
3
- "version": "2.1.0",
3
+ "version": "2.1.1",
4
4
  "description": "Integrates CKEditor 5 into your Strapi project as a fully customizable custom field. (Unofficial integration)",
5
5
  "private": false,
6
6
  "keywords": [