Skip to content

Commit 849db24

Browse files
committed
Minor reword
1 parent dbcabd3 commit 849db24

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

form/create_custom_field_type.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,8 +230,10 @@ Adding Configuration Options for the Form Type
230230
Imagine that your project requires to make the ``PostalAddressType`` to be
231231
configurable in two ways:
232232

233-
* Addresses should be allowed to display three "address lines" instead of two;
234-
* Addresses should be able to restrict the possible states to a given list.
233+
* In addition to "address line 1" and "address line 2", some addresses should be
234+
allowed to display an "address line 3" to store extended address information;
235+
* Instead of displaying a free input text, some addresses should be able to
236+
restrict the possible states to a given list.
235237

236238
Form type options are defined in the ``configureOptions()`` method. Read the
237239
:doc:`OptionsResolver component documentation </components/options_resolver>` to

0 commit comments

Comments
 (0)