CKEditor 5 super build: classic and inline combined
A custom CKEditor 5 build using the official documentation found here: https://ckeditor5.github.io/docs/nightly/ckeditor5/latest/builds/guides/integration/advanced-setup.html#creating-super-builds
Usage
import * as CKEDITOR from '@sitespirit/ckeditor5-build-classic-and-inline';
CKEDITOR.InlineEditor.create(...)
or CKEDITOR.ClassicEditor.create(...)