mikebronner / nova-gutenberg

Implementation of the Gutenberg editor as a Laravel Nova Field based on Laraberg.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not saving

dimiandre opened this issue · comments

We tried implementing your plugin,
but after pressing "Create Blog Post" the body of field content is null and nothing is saved in the database.

We tried also assing use Gutenbergable; and running laraberg migrations but nothing changes, lb_block table is always empty

is this still WIP ?

@dimiandre Thanks for reporting this. Sorry for the inconvenience. Give me a little bit to investigate and try to reproduce the issue. I will try to get back to you within an hour.

@dimiandre I am able to replicate the issue and am working on a solution. I'm not sure how long this will take, but I have prioritized this, and hope to have a solution today or tomorrow.

@dimiandre saving is now fixed in release 0.1.1.
There is still a huge issue in that you have to refresh the page if you want to edit a Gutenberg field after you previously used one. This is down to the way the library is loaded. I am working on getting this to work, and hope to have a solution today, if at all possible. I just wanted to give you an update so that you can at least get something up and running, and let you know that things are moving forward. :)

See #5, closing this issue.