@_sh/strapi-plugin-ckeditor 1.0.5 → 1.0.6
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
CHANGED
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
* [Thanks](#thanks)
|
|
17
17
|
|
|
18
18
|
## <a id="features"></a>✨ Features
|
|
19
|
-
|
|
19
|
+
|
|
20
20
|
* **Lots of default plugins:** for styling text, images, tables and so on.
|
|
21
21
|
* **Font color picker:** choose colors for font styling that's not defined in config from the color palette.
|
|
22
22
|
* **Upload adapter for Strapi:** for upload images to your library when you drop an image into the editor.
|
|
@@ -62,7 +62,7 @@ or
|
|
|
62
62
|
yarn build
|
|
63
63
|
```
|
|
64
64
|
|
|
65
|
-
## <a id="configuration"></a
|
|
65
|
+
## <a id="configuration"></a>⚙️ Configuration
|
|
66
66
|
CKEditor config should be defined in `config.editor` field.
|
|
67
67
|
|
|
68
68
|
Learn more about configuration from [official documentation](https://ckeditor.com/docs/ckeditor5/latest/installation/getting-started/configuration.html).
|