Page tree

Versions Compared

Key

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

...

  • 에디터에 설정된 메세지 리소스를 가져오는 API가 추가되었습니다.
    > 관련 내용 보기: static: getMessages
  • 에디터에 메세지 리소스를 추가(변경)하는 API가 추가되었습니다.
    > 관련 내용 보기: static: addMessages


5. 새로운 설정

  • HTML 태그의 event attribute 필터링을 설정할 수 있는 옵션이 추가되었습니다.

    Code Block
    languagejs
    editor.contentFilter.allowEventAttribute: false

    > 관련 내용 보기 : Content Filter

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

    Code Block
    languagejs
    editor.import.headers: {}
    editor.upload.image.headers: {}
    editor.upload.video.headers: {}
    editor.upload.file.headers: {}
    editor.template.headers: {}

    > 관련 내용 보기 :

     

    Setting Import

    /

    API and Upload APITemplate

  • *, -, #, 1. 입력 후 Space 입력시 자동으로 리스트가 삽입되는 기능을 켜고 끌 수 있는 옵션이 추가되었습니다.

    Code Block
    languagejs
    editor.autoList: true

    > 관련 내용 보기 : 

    자동 리스트 삽입

    Automatic List Insertion

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

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

    > 관련 내용 보기 : 

    버튼 & 아이콘 크기 설정

    Button Size Configuration


  • 중복 ID 알림을 설정하는 옵션이 추가되었습니다.

    Code Block
    languagejs
    editor.buildOption.html: { 
        alertDuplicateId: true 
    }

    > 관련 내용 보기 : Open HTML

    불러오기 설정

    Configuration



6. 변경된 설정

  • 불필요한 DIV를 제거하는 옵션의 기본값이 true 에서 false로 변경되었습니다.

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

    > 관련 내용 보기 :

     

      Open HTML

    불러오기 설정

    Configuration


7. 기타

  • 플러그인 관련
    • 커스텀 플러그인 작성시 버튼의 형태를 드롭다운으로 작성할 수 있는 옵션이 추가되었습니다.
    • 웹 접근성 검사 플러그인
      • 웹 접근성 검사를 수행해 결과를 반환해주는 API가 추가되었습니다. 
      • 비디오/프레임의 title 속성 검사가 추가되었습니다.
      • 관련 내용 보기: 웹 접근성 검사Web Accessibility Check
  • 이벤트 관련
  • 인용문구(quote) 기능이 드롭다운 형태에서 버튼 형태로 변경되었습니다.

    v2.6.0v2.7.0

    Image Removed

    Image Removed