Release Notes / Version 12.2404
Table Of Contents
Removed deprecated richTextPropertyFieldRegistry
The registry was used to switch between different CKEditor versions in the Studio. Since CKEditor 4 is not supported anymore, this registry is now removed.
Removed ckeditor4-components
package
CKEditor 4 is not supported anymore in CoreMedia Studio. Therefore, all corresponding CKEditor 4 components are removed. Please use the provided components for CKEditor 5 instead, such as
RichTextPropertyField
orCKEditor5RichTextArea
.
(CMS-22181)