@_sh/strapi-plugin-ckeditor 3.0.1 → 3.0.2

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -616,7 +616,7 @@ Example of the new configuration file:
616
616
  <summary><b>ckeditor.js</b></summary>
617
617
 
618
618
  ```js
619
- const CKEConfig = () => {
619
+ const CKEConfig = () => ({
620
620
  presets:{
621
621
  myCustomPreset:{
622
622
  field: {
@@ -693,7 +693,7 @@ const CKEConfig = () => {
693
693
  }
694
694
  }
695
695
  }
696
- }
696
+ })
697
697
  ```
698
698
 
699
699
  </details>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@_sh/strapi-plugin-ckeditor",
3
- "version": "3.0.1",
3
+ "version": "3.0.2",
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": [