Skip to content

Commit 684f505

Browse files
committed
minor #8832 remove "choices_as_values" mention (jcrombez)
This PR was squashed before being merged into the 4.0 branch (closes #8832). Discussion ---------- remove "choices_as_values" mention "choices_as_values" is still mentioned in the "Create a custom form field type" doc but has been removed in 4.0. Commits ------- 79109a8 add back the trailing comma 982baa5 remove "choices_as_values" mention
2 parents affd8db + 79109a8 commit 684f505

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

form/create_custom_field_type.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ for form fields, which is ``<BundleName>\Form\Type``. Make sure the field extend
3636
'Expedited Shipping' => 'expedited',
3737
'Priority Shipping' => 'priority',
3838
),
39-
'choices_as_values' => true,
4039
));
4140
}
4241

0 commit comments

Comments
 (0)