Closed (fixed)
Project:
CKEditor 5
Version:
1.0.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
28 May 2021 at 13:57 UTC
Updated:
21 Jun 2021 at 14:04 UTC
Jump to comment: Most recent
#3215005: Move custom CKEditor 5 drupal plugins into module added the plugin build process to the module. Now we should add the admin ui build. Currently, the admin UI lives here https://github.com/zrpnr/ckeditor5-drupal-admin. When it is updated, we take the compiled from that libraries dist/ and copy the contents to this module's admin.js. It's more elegant to have that build process and source code be part of the CKEditor 5 module.
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
bnjmnmComment #4
bnjmnmDiscussed how to implement this with @lauriii and we agreed it would be best to provide a separate dir/package.json for the time being. The build process can potentially be centralized with the plugin build process at a later date, and may be worth holding off on until there's confirmation that the current Vue-using approach is deemed OK.
Comment #5
bnjmnmComment #7
lauriiiThank you @bnjmnm, looks good!
Comment #9
bnjmnm