verbb / vizy

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

renderHTML does not include HTML of custom blocks #108

Closed gopeter closed 2 years ago

gopeter commented 2 years ago

Description

I've added two custom blocks ("2 Columns" and "3 Columns") which holds nested Vizy fields. If I want to query them with Graphql, they aren't included in the renderHTML response. Iterating through nodes and trying to get the html from there, I just get an empty string (but I can't provide an example yet because of #107 😄 )

Additional info

image

image

engram-design commented 2 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.10",
  "...": "..."
}

Then run composer update.

gopeter commented 2 years ago

Works fine, thanks!

engram-design commented 2 years ago

Fixed in 1.0.11