File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -230,8 +230,10 @@ Adding Configuration Options for the Form Type
230
230
Imagine that your project requires to make the ``PostalAddressType `` to be
231
231
configurable in two ways:
232
232
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.
235
237
236
238
Form type options are defined in the ``configureOptions() `` method. Read the
237
239
:doc: `OptionsResolver component documentation </components/options_resolver >` to
You can’t perform that action at this time.
0 commit comments