From Discord:- There is also an issue in the IMAGEGROUP element where the Widget Styles - Border Radius field is not being populated, thus causing the field to be re-entered every time the element is edited
.
.
felixkat — Yesterday at 17:04
Just had a quick look at this. I believe the issue above is due to a conflict somewhere. Changing the XML, (imagegroup,xml), name from 'border_radius' to 'image_group_border_radius' and the relevant line in imagegroup.php seems to fix the problem. - $border_radius = $params->get('image_group_border_radius', '');
.
.

.
.

From Discord:- There is also an issue in the IMAGEGROUP element where the Widget Styles - Border Radius field is not being populated, thus causing the field to be re-entered every time the element is edited
.
.
felixkat — Yesterday at 17:04
Just had a quick look at this. I believe the issue above is due to a conflict somewhere. Changing the XML, (imagegroup,xml), name from 'border_radius' to 'image_group_border_radius' and the relevant line in imagegroup.php seems to fix the problem. -
$border_radius = $params->get('image_group_border_radius', '');.

.
.

.