8000 [#7767] replace "options" with "entry_options" · bamarni/symfony-docs@df78588 · GitHub
[go: up one dir, main page]

Skip to content

Commit df78588

Browse files
committed
[symfony#7767] replace "options" with "entry_options"
1 parent 6fbe7cd commit df78588

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reference/forms/types/collection.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -283,8 +283,8 @@ the empty values will be kept.
283283
The ``delete_empty`` option only removes items when the normalized value is
284284
``null``. If the nested `type`_ is a compound form type, you must either set
285285
the ``required`` option to ``false`` or set the ``empty_data`` option to
286-
``null``. Both of these options can be set inside `options`_. Read about
287-
the :ref:`form's empty_data option <reference-form-option-empty-data>`
286+
``null``. Both of these options can be set inside `entry_options`_. Read
287+
about the :ref:`form's empty_data option <reference-form-option-empty-data>`
288288
to learn why this is necessary.
289289

290290
entry_options

0 commit comments

Comments
 (0)
0