Studio Developer Manual / Version 2406.0
Table Of Contents
CoreMedia Studio integrates CKEditor 5 instances of
ClassicEditor. These instances are configured
in the package @coremedia-blueprint/studio-client.ckeditor5
.
Each flavor of CKEditor 5 you want to integrate into CoreMedia Studio
has to be provided as an extra configuration similar to the default
ckeditorDefault.ts
, which is the main instance used in most content forms
of CoreMedia Studio.
All available instances must be exposed as factory methods in
ckeditor.ts
, registered in
@coremedia-blueprint/studio-client.main.ckeditor5-plugin
and may then be referenced in
configurations of CKEditor5RichTextArea
via
editorType
.
For details, customizing existing CKEditor 5 configurations or providing and using new ones, see Section 10.3, “CKEditor 5 Customization”.