bumpcore / editor.php

Editor.php is a package designed to assist in parsing and manipulating the output of Editor.js with ease.
https://bumpcore.com/docs/editorphp
MIT License
24 stars 3 forks source link

Default block types #23

Closed megasteve19 closed 1 year ago

megasteve19 commented 1 year ago

Currently there's no standart for block types (names) in Editor.js, so automatically resolving types causes Editor.js to not recognizing blocks. To get over it, should add types to current supported blocks.

megasteve19 commented 1 year ago

Automatic block type resolver should be removed. Blocks must registered by key value.