@optimuscms/editor
Advanced tools
Comparing version 2.0.3 to 2.0.4
{ | ||
"name": "@optimuscms/editor", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"author": "Rich Moore", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -33,11 +33,12 @@ import * as values from './values'; | ||
style_formats: options.style_formats || values.styleFormats, | ||
plugins: this.plugins || options.plugins || 'image link lists paste table', | ||
plugins: this.plugins || options.plugins || 'hr image link lists paste table', | ||
toolbar: this.toolbar || options.toolbar || ` | ||
undo redo removeformat | | ||
undo redo | | ||
styleselect | | ||
bold italic | | ||
bold italic underline | | ||
alignleft aligncenter alignright | | ||
bullist numlist | | ||
bullist numlist hr blockquote | | ||
table link image | | ||
removeformat | | ||
`, | ||
@@ -44,0 +45,0 @@ |
@@ -51,2 +51,7 @@ let styleFormats = [ | ||
selector: 'img' | ||
}, | ||
{ | ||
title: 'Image centered', | ||
classes: 'is-centered', | ||
selector: 'img' | ||
} | ||
@@ -53,0 +58,0 @@ ] |
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
6458
146