Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

strapi-plugin-ckeditor5

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

strapi-plugin-ckeditor5 - npm Package Compare versions

Comparing version 1.10.0 to 1.11.0

0

admin/src/config/ckeditor.js

@@ -0,0 +0,0 @@ module.exports = ({

{}

4

package.json
{
"name": "strapi-plugin-ckeditor5",
"version": "1.10.0",
"version": "1.11.0",
"description": "Replace Strapi default WYSIWYG editor with enhanced build of CKEditor 5",

@@ -38,3 +38,3 @@ "private": false,

"@ckeditor/ckeditor5-react": "^3.0.2",
"ckeditor5-build-strapi-wysiwyg": "^1.10.0"
"ckeditor5-build-strapi-wysiwyg": "^1.11.0"
},

@@ -41,0 +41,0 @@ "author": {

@@ -7,7 +7,6 @@ # Strapi CKEditor5 plugin

*Sample for [this](https://faryaros.com/articles/it2021) article.*
_Sample for [this](https://faryaros.com/articles/it2021) article._
[👀 **Live Demo**](https://roslovets-inc.github.io/ckeditor5-build-strapi-wysiwyg/sample.html)
[👀 **Live Demo**](https://roslovets-inc.github.io/ckeditor5-build-strapi-wysiwyg/)
## Features

@@ -23,8 +22,6 @@

## How to try
Check out [👀 **live demo**](https://roslovets-inc.github.io/ckeditor5-build-strapi-wysiwyg/sample.html) where you can test most of the features.
Check out [👀 **live demo**](https://roslovets-inc.github.io/ckeditor5-build-strapi-wysiwyg/) where you can test most of the features.
## How to install

@@ -48,3 +45,2 @@

## How to customize editor (optional)

@@ -70,18 +66,18 @@

// ckeditor.js
module.exports = ({
// Override toolbar config to leave a few buttons
toolbar: {
items: [
'heading',
'|',
'bold',
'italic',
'link',
'alignment',
'|',
'undo',
'redo'
]
}
});
module.exports = {
// Override toolbar config to leave a few buttons
toolbar: {
items: [
"heading",
"|",
"bold",
"italic",
"link",
"alignment",
"|",
"undo",
"redo",
],
},
};
```

@@ -93,7 +89,6 @@

## How to add more features to the editor
## How to add more features to the editor
If you want to see more features in this plugin feel free to request it in [issues](https://github.com/Roslovets-Inc/strapi-plugin-ckeditor5/issues) or create pull request in the [ckeditor5-build-strapi-wysiwyg](https://github.com/Roslovets-Inc/ckeditor5-build-strapi-wysiwyg) repo. Together we will build a comprehensive editor for common needs.
## Acknowledgement

@@ -103,3 +98,2 @@

## Links

@@ -110,5 +104,4 @@

## ⭐️ Show your support
Give a star if this project helped you.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc