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.13.0 to 1.14.0

66

admin/src/config/ckeditor.js

@@ -11,2 +11,3 @@ module.exports = {

// "fontColor",
// "highLight",
// "|",

@@ -92,2 +93,21 @@ // "bold",

},
fontColor: {
// colors: [
// { color: "hsl(0, 0%, 0%)", label: "Black" },
// { color: "hsl(0, 0%, 30%)", label: "Dim grey" },
// { color: "hsl(0, 0%, 60%)", label: "Grey" },
// { color: "hsl(0, 0%, 90%)", label: "Light grey" },
// { color: "hsl(0, 0%, 100%)", label: "White", hasBorder: true },
// { color: "hsl(0, 75%, 60%)", label: "Red" },
// { color: "hsl(30, 75%, 60%)", label: "Orange" },
// { color: "hsl(60, 75%, 60%)", label: "Yellow" },
// { color: "hsl(90, 75%, 60%)", label: "Light green" },
// { color: "hsl(120, 75%, 60%)", label: "Green" },
// { color: "hsl(150, 75%, 60%)", label: "Aquamarine" },
// { color: "hsl(180, 75%, 60%)", label: "Turquoise" },
// { color: "hsl(210, 75%, 60%)", label: "Light blue" },
// { color: "hsl(240, 75%, 60%)", label: "Blue" },
// { color: "hsl(270, 75%, 60%)", label: "Purple" },
// ],
},
heading: {

@@ -102,2 +122,48 @@ // options: [

},
highLight: {
// options: [
// {
// model: "yellowMarker",
// class: "marker-yellow",
// title: "Yellow marker",
// color: "var(--ck-highlight-marker-yellow)",
// type: "marker",
// },
// {
// model: "greenMarker",
// class: "marker-green",
// title: "Green marker",
// color: "var(--ck-highlight-marker-green)",
// type: "marker",
// },
// {
// model: "pinkMarker",
// class: "marker-pink",
// title: "Pink marker",
// color: "var(--ck-highlight-marker-pink)",
// type: "marker",
// },
// {
// model: "blueMarker",
// class: "marker-blue",
// title: "Blue marker",
// color: "var(--ck-highlight-marker-blue)",
// type: "marker",
// },
// {
// model: "redPen",
// class: "pen-red",
// title: "Red pen",
// color: "var(--ck-highlight-pen-red)",
// type: "pen",
// },
// {
// model: "greenPen",
// class: "pen-green",
// title: "Green pen",
// color: "var(--ck-highlight-pen-green)",
// type: "pen",
// },
// ],
},
htmlEmbed: {

@@ -104,0 +170,0 @@ // showPreviews: true,

6

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

@@ -37,4 +37,4 @@ "private": false,

"dependencies": {
"@ckeditor/ckeditor5-react": "^3.0.2",
"ckeditor5-build-strapi-wysiwyg": "^1.13.0"
"@ckeditor/ckeditor5-react": "^3.0.3",
"ckeditor5-build-strapi-wysiwyg": "^1.14.0"
},

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

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