Page tree

Versions Compared

Key

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

...

  • 업로드 API가 설정되지 않으면 업로드 패널이 보이지 않도록 개선되었습니다.
  • 업로드 API 설정 :
    • "editor.upload.image.api"
    • "editor.upload.video.api"
    • "editor.upload.file.api"
예) "editor.upload.image.api"를 설정했을 때예) "editor.upload.image.api"를 설정하지 않았을 때


Code Block
languagejs
titleconfiguration.js
"editor.upload.image.api": "/uploadImage"



Code Block
languagejs
titleconfiguration.js
"editor.upload.image.api": ""



에디터 플러그인  @@@ 작성중 @@@

  • 에디터에 플러그인을 추가할 수 있도록 개선되었습니다.
  • 플러그인 추가하기 <= 링크

...