Purpose
Description
In my Editor.js instance (installed through dimitrov-adrian/directus-extension-editorjs-interface NestedList is passed to blocks as nestedlist, not as list.
This might be problem in above project, as it support both list (deprecated) and nestedlist feature. I don't know enough to decide which approach is correct.
Possible solution
I has been able to work around this easily (at least in the end :) ) with your custom renderers by simply using your ListBlock to render nestedlist. IMHO it would be great if you would do this by default. I tried to create PR, but hasn't been able to get it working.
Feel free to close this as won't fix if this is result of non-standard approach in directus-extension-editorjs-interface.
Purpose
Description
In my Editor.js instance (installed through dimitrov-adrian/directus-extension-editorjs-interface NestedList is passed to blocks as
nestedlist, not aslist.This might be problem in above project, as it support both
list(deprecated) andnestedlistfeature. I don't know enough to decide which approach is correct.Possible solution
I has been able to work around this easily (at least in the end :) ) with your custom renderers by simply using your
ListBlockto rendernestedlist. IMHO it would be great if you would do this by default. I tried to create PR, but hasn't been able to get it working.Feel free to close this as won't fix if this is result of non-standard approach in
directus-extension-editorjs-interface.