Laravel-Backpack / CRUD

Build custom admin panels. Fast!
https://backpackforlaravel.com
MIT License
3.04k stars 885 forks source link

CkEditor 42 new builder not compatible with custom build #5554

Open pxpm opened 1 month ago

pxpm commented 1 month ago

Discussed in https://github.com/Laravel-Backpack/community-forum/discussions/1068

Originally posted by **adambalint-srg** July 6, 2024 CkEditor new 42 version has a new builder (https://ckeditor.com/ckeditor-5/builder/). But it doesn't build a single file which is comaptible with backpack's custom build option, but a module-js plus a main.js file, and I can't use it here. What is the official way to use custom builds with this new ckeditor version?