suneditor 2.47.1 → 2.47.3

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
@@ -392,7 +392,7 @@ plugins: [
392
392
 
393
393
  // Values
394
394
  strictMode : Option to disable clean mode, which checks the styles, classes, etc. of the editor content. default : false {Boolean}
395
- strictHTMLValidation : Enforces strict HTML validation based on the editor`s policy. Applies to methods like setContents to ensure content compliance when enabled. default: false {Boolean}
395
+ strictHTMLValidation : Enforces strict HTML validation based on the editor`s policy. Applies to methods like setContents to ensure content compliance when enabled. default: true {Boolean}
396
396
  lang : language object. default : en {Object}
397
397
  defaultTag : Specifies default tag name of the editor. default: 'p' {String}
398
398
  textTags : You can change the tag of the default text button. default: { bold: 'STRONG', underline: 'U', italic: 'EM', strike: 'DEL' }