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

릴리즈 2.5.0 이상

불필요한 DIV 제거

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

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

중복 ID 알림 설정

릴리즈 2.7.0 이상

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

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

  • No labels