nested-list
nested-list copied to clipboard
Add compatability with @editorjs/list data format
- Resolves #15 ,
- Upgrading from
@editorjs/list
to@editorjs/nested-list
is a pain because the data format is not compatible. - This change detects the
items: string[]
format from@editorjs/list
and converts to theitems: Item[]
format used here.
@cam-perry, Thanks for PR. Please update your PR or give us access to your fork so we can complete this PR.