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 2 Next »

RELEASE 2.5.0 OR ABOVE

불필요 DIV 제거

'peelOffDiv'을 false로 설정하면 HTML 불러오기시 불필요한 DIV를 벗겨냅니다. (v2.7.0 이전 기본값 = true, v2.7.0 이후 기본값 = false)

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

중복 ID 알림 설정

RELEASE 2.7.0 OR ABOVE

'alertDuplicatedId'을 true로 설정하면 HTML불러오기시 중복된 ID가 있을 경우 알림창을 보여줍니다. (기본값 = true)

synapeditor.config.js
'editor.buildOption.html': {
    'alertDuplicatedId': true
},
  • No labels