Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9793235

Browse filesBrowse files
committed
Adding missing versionadded - see symfony#1294
1 parent e73583b commit 9793235
Copy full SHA for 9793235

File tree

Expand file treeCollapse file tree

1 file changed

+6
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+6
-0
lines changed

‎reference/forms/types/repeated.rst

Copy file name to clipboardExpand all lines: reference/forms/types/repeated.rst
+6Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,9 @@ first_options
8989

9090
**type**: ``array`` **default**: ``array()``
9191

92+
.. versionadded:: 2.1
93+
The ``first_options`` option is new in Symfony 2.1.
94+
9295
Additional options (will be merged into `options` above) that should be passed
9396
*only* to the first field. This is especially useful for customizing the
9497
label::
@@ -103,6 +106,9 @@ second_options
103106

104107
**type**: ``array`` **default**: ``array()``
105108

109+
.. versionadded:: 2.1
110+
The ``second_options`` option is new in Symfony 2.1.
111+
106112
Additional options (will be merged into `options` above) that should be passed
107113
*only* to the second field. This is especially useful for customizing the
108114
label (see `first_options`_).

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.