editor-js / personality

Personality Tool for Editor.js
43 stars 27 forks source link

Return data correctly #11

Closed talyguryn closed 3 years ago

talyguryn commented 3 years ago

Fill missed fields by empty strings on save. Validate saved data for an empty tool.

neSpecc commented 3 years ago

Good fix, but let's add a validate method, that will return false if there is no one field filled. And such empty blocks will be skipped on saving

image