ckeditor5-image-upload-base64
Version:
The development environment of CKEditor 5 – the best browser-based rich text editor.
12 lines (8 loc) • 651 B
Markdown
category: examples-builds
order: 40
classes: main__content--no-toc
# Custom build
The editor in this example was customized to offer a limited subset of editing [features](https://github.com/ckeditor/ckeditor5#core-libraries), provided mainly by the [`ckeditor5-basic-styles`](https://www.npmjs.com/package/@ckeditor/ckeditor5-basic-styles) and [`ckeditor5-highlight`](https://www.npmjs.com/package/@ckeditor/ckeditor5-highlight) packages. This kind of customization is possible with a {@link builds/guides/development/custom-builds custom editor build}, perfectly tailored to the needs of the application.
{@snippet examples/custom-build}