An extended version of the CKEditor 5 classic editor build, adding extra plugins and features beyond the standard build. Version 20.0.1 is a maintenance release with no active updates or community support (last updated in 2021). It is a fork from the official CKEditor 5 and includes additional plugins like Image, Table, Link, MediaEmbed, etc. Not recommended for new projects; prefer the official CKEditor 5 builds.
npm install ckeditor5-build-classic-extendedNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize the CKEditor 5 classic editor extended instance on a DOM element with toolbar configuration.
Replace with @ckeditor/ckeditor5-build-classic or the custom build approach.
Refer to the extended build's documentation for exact plugin list.
Update to official CKEditor 5 latest version or use a supported custom build.
Run 'npm install ckeditor5-build-classic-extended' and ensure import matches package name.
Use 'const ClassicEditor = require('ckeditor5-build-classic-extended').default;' or switch to ESM import.Install peer dependencies: '@ckeditor/ckeditor5-core', '@ckeditor/ckeditor5-engine', etc.
No dependency data recorded yet.