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

Version 1 Next »

릴리즈 2.9.0 이상

Custom tag를 Div tag로 변환

'customTagToDiv'를 true로 설정하면 HTML 불러오기시 custom tag를 div tag로 변환합니다. (기본값 = false)

synapeditor.config.js
'editor.buildOption.html': {
    'customTagToDiv': false
},
customTagToDiv: truecustomTagToDiv: false

  • No labels