Skip to content

3.0.6 Preview is now opt-in via config

Compare
Choose a tag to compare
@MichaelMdp MichaelMdp released this 13 Nov 16:22
· 6 commits to 3.x since this release
  • Preview can interfere with forms configured within blocks
  • Preview sets all block fields to reactive, for the 'live' preview part

By default preview is now disabled to avoid these side effects, you can enable it via config.

return [
    'enablePreview' => true,
];
  • blocks with no fields can now be added