django-editorjs-fields icon indicating copy to clipboard operation
django-editorjs-fields copied to clipboard

Wrong types in saved JSON

Open azaitsev opened this issue 2 years ago • 0 comments

Some types are saved with capital first letter. For example:

"type": "Header" instead of "type": "header"

This is a problem when trying to use such JSON in EditorJS that is not initialized from this library.

I would like to get a fully compatible JSON format.

azaitsev avatar Dec 26 '22 20:12 azaitsev