We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cad46d commit 8725486Copy full SHA for 8725486
bundle/Form/Type/FieldType/EnhancedSelectionFieldType.php
@@ -60,6 +60,7 @@ public function buildForm(FormBuilderInterface $builder, array $options): void
60
'identifiers',
61
ChoiceType::class,
62
[
63
+ 'label' => $fieldDefinition->getName($languageCode),
64
'choices' => $choices,
65
'multiple' => $fieldDefinition->fieldSettings['isMultiple'],
66
'expanded' => $fieldDefinition->fieldSettings['isExpanded'],
0 commit comments