diff --git a/docs/updating/nim-migration/customized-builds.md b/docs/updating/nim-migration/customized-builds.md index 0a3edc4da03..255fefe81c2 100644 --- a/docs/updating/nim-migration/customized-builds.md +++ b/docs/updating/nim-migration/customized-builds.md @@ -13,10 +13,6 @@ Migrating from a customized build to the new installation methods should mostly Regardless of whether you used our old Online Builder or created a custom build from source using webpack or Vite, the new installation methods allow you to build and run the editor with any bundler or JavaScript meta-framework you like. This means that by the end of the migration, you can remove the CKEditor-specific webpack or Vite setup from your project if you already use another bundler to build your project. - - Currently, the new installation methods do not support {@link framework/how-tos#how-to-customize-the-ckeditor-5-icons the customization of the CKEditor 5 icons}. This feature will be added in a future release. - - ## Prerequisites Before you start, follow the usual upgrade path to update your project to use the latest version of CKEditor 5. This will rule out any problems that may be caused by upgrading from an outdated version of the editor.