CkEditor 42 new builder not compatible with custom build #1068
-
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? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
Hello @adambalint-srg Thanks for the question. Did our docs didn't help here? https://backpackforlaravel.com/docs/6.x/crud-fields#ckeditor-custom-builds Let me know what you've tried and what didn't work as you expected so that I can reproduce it on my side. Cheers |
Beta Was this translation helpful? Give feedback.
-
@pxpm |
Beta Was this translation helpful? Give feedback.
-
It seems their build process was updated and we need to update our docs/code. Thanks for the heads up 🙏 I will move this discussion into an issue in backpack/crud repository, you can follow up there and subscribe to the issue to get notified when we work on it 👍 Cheers |
Beta Was this translation helpful? Give feedback.
Agree with Pedro here. Heads-up, this has also been reported here - Laravel-Backpack/docs#593 - and there are steps there to craft a solution for yourself.