CoreMedia Content Cloud v11 Upgrade Guide / Version 2110
Table Of ContentsCaution
The CKEditor Studio plugins for editor customizations will not work anymore. With CKEditor5 CoreMedia provides a whole new way of customizing the editor by letting you create your own build and register it in Studio.
Within the @coremedia-blueprint/studio-client.main.ckeditor5
package, you can either change the editor's configuration, toolbar items
or add own or remove unwanted plugins. Please visit CKEditor 5 documentation to learn more about how to configure
CKEditor builds or write own plugins.
Caution
You may not remove CoreMedia specific plugins (such as the CoreMediaStudioEssentials plugin) to keep the editor working correctly in Studio.
The following table shows the replacements for the CKEditor Studio plugins. Please change the configuration in the Blueprint module directly if you have changed the default behavior of your editor before:
Plugin in v10 | Upgrade Path |
---|---|
AddCKEditorPluginsPlugin |
You are now able to add plugins directly to the CKEditor in the |
RemoveCKEditorPluginsPlugin |
See AddCKEditorPluginsPlugin. You can also remove unwanted plugins directly inside the
|
CustomizeCKEditorPlugin |
Just like adding and removing plugins, you can also change the configuration of the CKEditor in the
|
Table 6.15. Replacements for Studio plugins