@_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.
- package/README.md +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