CoreMedia Content Cloud v11 Upgrade Guide / Version 2110
Table Of ContentsDo not use CKEditor 5 based richtext editor in a production environment
Using CKEditor 5 in this early stage may or will modify your richtext data when loaded into CoreMedia Studio. This is because some valid CoreMedia Richtext 1.0 elements and attributes are not supported yet. When loaded from server, such yet unknown elements and attributes will be removed from XML.
To enable the preview of CKEditor 5 in CoreMedia Content Cloud v11, simply add a dependency to the
@coremedia-blueprint/studio-client.main.ckeditor5-plugin
in your Blueprint. Execute $ pnpm add --filter "@coremedia-blueprint/studio-client.main.base-app" @coremedia-blueprint/studio-client.main.ckeditor5-plugin@1.0.0-SNAPSHOT
from
the studio-client root on the command line to enable the package in the Blueprint. If you changed the project version of the Blueprint from "1.0.0-SNAPSHOT" to a
different value, please adjust the command accordingly.