strapi-plugin-ckeditor5
Advanced tools
Comparing version 2.1.0-rc.1 to 2.1.1-rc.1
@@ -20,9 +20,12 @@ import React from "react"; | ||
/* Revert font styling */ | ||
div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { | ||
div, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { | ||
font: revert; | ||
} | ||
/* Revert list styling */ | ||
ul.todo-list { | ||
list-style: none; | ||
} | ||
ul, ol { | ||
list-style: initial; | ||
margin-left: 16px; | ||
margin-left: 32px; | ||
} | ||
@@ -29,0 +32,0 @@ } |
{ | ||
"name": "strapi-plugin-ckeditor5", | ||
"version": "2.1.0-rc.1", | ||
"version": "2.1.1-rc.1", | ||
"description": "Replace Strapi default WYSIWYG editor with enhanced build of CKEditor 5", | ||
@@ -42,3 +42,3 @@ "private": false, | ||
"@strapi/helper-plugin": "^4.1.5", | ||
"ckeditor5-build-strapi-wysiwyg": "^2.1.0", | ||
"ckeditor5-build-strapi-wysiwyg": "^2.1.1", | ||
"react": "^17.0.2", | ||
@@ -45,0 +45,0 @@ "react-dom": "^17.0.2" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
18713
482