2ik / django-editorjs-fields

Django plugin for using Editor.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wrong types in saved JSON

azaitsev opened this issue · 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.