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

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

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'alertDuplicatedId' 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': {
    'alertDuplicatedId': true
},
  • No labels