From d1a79c52e03d44dbf9e3fe7f3a40a6efd5ce7f5c Mon Sep 17 00:00:00 2001 From: Meindert <89913092+AIC-BV@users.noreply.github.com> Date: Tue, 4 Aug 2026 09:02:20 +0200 Subject: [PATCH] Add fields property to FieldSet class --- modules/backend/formwidgets/FieldSet.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/backend/formwidgets/FieldSet.php b/modules/backend/formwidgets/FieldSet.php index 9a7d46ca8..30da54b08 100644 --- a/modules/backend/formwidgets/FieldSet.php +++ b/modules/backend/formwidgets/FieldSet.php @@ -26,6 +26,11 @@ class FieldSet extends FormWidgetBase */ public $form; + /** + * @var array Field configuration + */ + public $fields; + /** * @var bool Determines if this form field should display comments and labels. */