Page tree
Skip to end of metadata
Go to start of metadata

RELEASE 2.5.0 OR ABOVE

Remove unnecessary DIV tag

If'peelOffDiv' is set to false, unnecessary DIV tags are peeled off when loading HTML. (Default value : false)

synapeditor.config.js
'editor.buildOption.html': {
    'peelOffDiv': false
},
peelOfDiv: truepeelOfDiv: false

Duplicate ID notification settings

RELEASE 2.7.0 OR ABOVE

If'alertDuplicateId' is set to true, a notification window is displayed when there is a duplicate ID when loading HTML. (Default = true)

synapeditor.config.js
'editor.buildOption.html': {
    'alertDuplicateId': true
},

  • No labels