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 +1 -1
- package/dist/suneditor.min.js +2 -2
- package/package.json +1 -1
- package/src/lib/constructor.js +1 -1
- package/src/lib/core.js +5 -8
- package/src/lib/util.js +3 -2
- package/src/options.d.ts +1 -1
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:
|
|
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' }
|