Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Status
colourYellow
title릴리즈 2.9.0 이상

Custom tag를 Div tag로 변환

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

...

customTagToDiv: truecustomTagToDiv: false


Code Block
languagexml
<div class="se-div">
    <p style="margin: 0px;"><span>synap-custom test</span></p>
</div>



Code Block
languagexml
<div class="se-para-div" style="margin: 0px:">
    <synap-custom>synap-custom test</synap-custom>
</div>