verbb / vizy

A flexible visual editor for Craft CMS
Other
44 stars 8 forks source link

Images in block nested vizy field not working #41

Closed dGilli closed 3 years ago

dGilli commented 3 years ago

Description When adding an Image in a vizy block nested vizy field I can add alt text and title which are not saved. After inserting image alt text and title are not there and popup tooltip menu is not working. I can open back up the "Edit" modal but nothing happens on pressing "Update"

Steps to reproduce

  1. Have nested vizy field in vizy block.
  2. Add an image with alt text and title.
  3. Try and edit image after inserting.

Additional info

Additional context Getting the following console error when trying to update image data after inserting it:

Screenshot 2021-06-03 at 09 36 15
engram-design commented 3 years ago

Fixed for the next release. To get the fix early, change your verbb/vizy requirement in composer.json to:

"require": {
  "verbb/vizy": "dev-craft-3 as 1.0.2",
  "...": "..."
}

Then run composer update.

engram-design commented 3 years ago

Fixed in 1.0.3