If'peelOffDiv' is set to false, unnecessary DIV tags are peeled off when loading HTML. (Default value : false)
'editor.buildOption.html': {
'peelOffDiv': false
}, |
| peelOfDiv: true | peelOfDiv: false |
|---|---|
|
|
If'alertDuplicatedId' is set to true, a notification window is displayed when there is a duplicate ID when loading HTML. (Default = true)
'editor.buildOption.html': {
'alertDuplicatedId': true
}, |