Repeater Field - Item Title

Hi! I have a repeater field configured as follows:

'type'    => 'repeater',
'displayMode' => 'builder',
'useTabs'     => true,
'itemsExpanded' => false,
'titleFrom' => 'system_name',
'groups'  => '$/abc/test/models/sections/sections.yaml',

If the “system_name” field is empty, the label “Untitled” is displayed.
image

If the specified field is empty, can the group name be displayed instead of ‘Untitled’?

Some sections, such as ‘separator’, may not contain a system_name field, so it would be a good idea to display the group name instead if the field does not exist or is empty.

Thanks for the report. This has been fixed and will be included in v4.2.19.

When titleFrom is set and the field is empty (or doesn’t exist in the group), the repeater will now display the group name instead of “Untitled”.