Skip to content

CKEditor 기본 설정 파일을 사용할 수 없는 문제 #26

Description

customConfig 설정이 제공되어 config.js 파일을 이용하여 사용자가 설정을 변경할 수 있도록 되어 있으나,
에디터를 구성하는 중에 customConfig 설정을 사용할 수 없도록 지정되어 있음.

사용자 설정이 적용될 수 있도록 개선되어야 하며,
아래와 같은 순서로 적용되어야 함

  1. CK 기본 설정
  2. xe.ckeditor.define.js 설정
  3. config.js 설정

단, config.js 파일은 존재할 때만 로드할 수 있도록 해야하며,
현재 config.js 파일은 config.sample.js 처럼 변경하여 필요시 config.js 파일로 이름을 바꿔 사용할 수 있도록 함.

  • 불필요한 파일의 로드를 줄이기 위한 목적이며
  • 저장소에서 제거하여 업데이트 시 불편을 제거하기 위함 임

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions