[Document list] How to expose its DLL? #11610
Labels
package:list
squad:core
Issue to be handled by the Core team.
type:task
This issue reports a chore (non-production change) and other types of "todos".
Milestone
Part of #11377.
The problem right now is that list's
src/index.js
exposes only the old list feature.How can we expose document list's DLL?
Options:
Option 1. Add to
ckeditor5-list/src/index.js
Option 2. Move entire DocLists to a new package
ckeditor5-list/src/...
.Option 3. Create a new
ckeditor5-document-list
package just for the DLLAnd have only
src/index.js
there. It'd import module directly fromckeditor5-list
. We'd ignore the cross-package import rule there.The text was updated successfully, but these errors were encountered: