Skip to content

Commit 982baa5

Browse files
authored
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.
1 parent e177b95 commit 982baa5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

form/create_custom_field_type.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ for form fields, which is ``<BundleName>\Form\Type``. Make sure the field extend
3535
'Standard Shipping' => 'standard',
3636
'Expedited Shipping' => 'expedited',
3737
'Priority Shipping' => 'priority',
38-
),
39-
'choices_as_values' => true,
38+
)
4039
));
4140
}
4241

0 commit comments

Comments
 (0)