verbb / vizy

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

Template paths not saving #157

Closed johnj24 closed 2 years ago

johnj24 commented 2 years ago

Description Whenever I enter a template path into the block settings and hit save, the template path does not save and is blank when I come back to the field settings.

Steps to reproduce

  1. Add template path to block settings
  2. Hit Save
  3. Come back to the block settings and the template path is blank

Additional info

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-4 as 2.0.2",
  "...": "..."
}

Then run composer update.

johnj24 commented 2 years ago

The update works. Thanks, Josh!