Page tree

Versions Compared

Key

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

...

  • 불필요한 div를 제거하는 옵션의 기본값이 변경되었습니다.

    Code Block
    languagejs
    editor.buildOption.html: {
        'peelOffDiv': false
    },


  • HTML태그의 event attribute필터링을 설정합니다.

    기본값은 false이며, true일경우 <div onClick="fn()"></>와 같이 HTML의 event attribute를 그대로 살려줍니다적용합니다.

    Code Block
    languagejs
    editor.contentFilter.allowEventAttribute: false


  • 임포트/업로드 요청시 헤더를 설정할 수 있는 옵션이 추가되었습니다.

    Code Block
    languagejs
    editor.import.headers
    editor.upload.image.headers
    editor.upload.video.headers
    editor.upload.file.headers
    editor.template.headers
  • *, -, #, 1. 입력 후 Space 입력시 자동으로 리스트가 삽입되는 기능을 켜고 끌 수 있는 옵션이 추가되었습니다.

    Code Block
    languagejs
    editor.autoList
  • 버튼의 아이콘 크기를 설정할 수 있는 옵션이 추가되었습니다.

    Code Block
    languagejs
    editor.ui.button.icon.size


...