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

Media Attachments Not Working As Expected

mikebronner opened this issue · comments

Media attachments are currently implemented through the Laravel Filemanager package. However, some discrepancies remain:

  • User is still prompted to drag-and-drop.
  • Blocks still accept drag-and-drop activity.

These should be disabled / altered to better set user expectations and prevent unnecessary errors and user requests.

@dimiandre Media uploading is now functional in release 0.1.6 via the Laravel FileManager package. I really do not like its implementation. My hope is that in the near future I can figure out how to implement the Gutenberg Editor directly, and not have to rely on 3rd-party packages for media upload, etc.

The OP issue has been addressed in release 0.1.7.

mmmh

i'm getting this error after clicking on "confirm" in the laravel filemanager window

Screenshot 2019-06-10 at 15 09 24

can't understand if it's a bug of laraberg, nova-gutenberg or the filemanager itself

is it working for you ?

(btw thanks for your work!)

@dimiandre That is odd. File uploading worked for me. What action did you take to trigger the confirm? I don't recall having to confirm anything.