suneditor 2.45.0 → 2.46.0

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
@@ -1,5 +1,7 @@
1
1
  # SunEditor
2
- Pure javscript based WYSIWYG web editor, with no dependencies
2
+ Vanilla javascript based WYSIWYG web editor, with no dependencies.
3
+ SunEditor supports IE11 and all modern browsers with no dependencies and polyfill.
4
+ Coded based on ES5 in supported by IE11.
3
5
 
4
6
  #### Demo : <a href="http://suneditor.com" target="_blank">suneditor.com</a>
5
7
 
@@ -389,6 +391,7 @@ plugins: [
389
391
  // * {custom_plugin, ...plugins}
390
392
 
391
393
  // Values
394
+ strictMode : Option to disable clean mode, which checks the styles, classes, etc. of the editor content. default : false {Boolean}
392
395
  lang : language object. default : en {Object}
393
396
  defaultTag : Specifies default tag name of the editor. default: 'p' {String}
394
397
  textTags : You can change the tag of the default text button. default: { bold: 'STRONG', underline: 'U', italic: 'EM', strike: 'DEL' }