- Issue created by @fago
- Status changed to Fixed
5 months ago 8:10pm 26 August 2024 - 🇳🇱Netherlands roderik Amsterdam,NL / Budapest,HU
There are now PHP warnings on the screen if Layout Builder is enabled, because the following code wasn't moved down:
if ($layout_builder_enabled) { $form['force_auto']['#states'] = [ 'visible' => [ ':input[name="force_layout"]' => ['checked' => FALSE], ], ]; }
I will move that down too.
Automatically closed - issue fixed for 2 weeks with no activity.