

442
Event::listen('backend.form.extendFields', function ($widget) {
if ($widget->isNested) {
return;
}
});
@gergo85 or @seanthepottingshed could you guys find relevant places in the documentation to add the following:
> **Note:** When extending the form, you should check to see if `$formWidget->isNested === false` as the Repeater FormWidget includes nested Form widgets which can cause your changes to be made in unexpected places.
@LukeTowers
@seanthepottingshed Thank you for your answer!
Most helpful comment