3.0.6 Preview is now opt-in via config
- 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