diff --git a/reference/forms/types/options/action.rst.inc b/reference/forms/types/options/action.rst.inc index 90dd1835613..7cfcadae101 100644 --- a/reference/forms/types/options/action.rst.inc +++ b/reference/forms/types/options/action.rst.inc @@ -1,9 +1,9 @@ -.. versionadded:: 2.3 - The ``action`` option was introduced in Symfony 2.3. - action ~~~~~~ +.. versionadded:: 2.3 + The ``action`` option was introduced in Symfony 2.3. + **type**: ``string`` **default**: empty string This option specifies where to send the form's data on submission (usually a diff --git a/reference/forms/types/options/empty_value.rst.inc b/reference/forms/types/options/empty_value.rst.inc index a63730164bb..19adfa5effe 100644 --- a/reference/forms/types/options/empty_value.rst.inc +++ b/reference/forms/types/options/empty_value.rst.inc @@ -1,12 +1,12 @@ empty_value ~~~~~~~~~~~ -**type**: ``string`` or ``Boolean`` - .. versionadded:: 2.3 Since Symfony 2.3, empty values are also supported if the ``expanded`` option is set to true. +**type**: ``string`` or ``Boolean`` + This option determines whether or not a special "empty" option (e.g. "Choose an option") will appear at the top of a select widget. This option only applies if the ``multiple`` option is set to false. diff --git a/reference/forms/types/options/error_mapping.rst.inc b/reference/forms/types/options/error_mapping.rst.inc index e2af2edebad..d7ced180fa2 100644 --- a/reference/forms/types/options/error_mapping.rst.inc +++ b/reference/forms/types/options/error_mapping.rst.inc @@ -1,11 +1,11 @@ error_mapping ~~~~~~~~~~~~~ -**type**: ``array`` **default**: ``empty`` - .. versionadded:: 2.1 The ``error_mapping`` option is new to Symfony 2.1. +**type**: ``array`` **default**: ``empty`` + This option allows you to modify the target of a validation error. Imagine you have a custom method named ``matchingCityAndZipCode`` that validates diff --git a/reference/forms/types/options/method.rst.inc b/reference/forms/types/options/method.rst.inc index 592191776a6..511cc387e37 100644 --- a/reference/forms/types/options/method.rst.inc +++ b/reference/forms/types/options/method.rst.inc @@ -1,9 +1,9 @@ -.. versionadded:: 2.3 - The ``method`` option was introduced in Symfony 2.3. - method ~~~~~~ +.. versionadded:: 2.3 + The ``method`` option was introduced in Symfony 2.3. + **type**: ``string`` **default**: ``POST`` This option specifies the HTTP method used to submit the form's data. Its diff --git a/reference/forms/types/options/with_minutes.rst.inc b/reference/forms/types/options/with_minutes.rst.inc index 274509e0b83..48e6cdddcaf 100644 --- a/reference/forms/types/options/with_minutes.rst.inc +++ b/reference/forms/types/options/with_minutes.rst.inc @@ -1,9 +1,9 @@ -.. versionadded:: 2.2 - The ``with_minutes`` option was introduced in Symfony 2.2. - with_minutes ~~~~~~~~~~~~ +.. versionadded:: 2.2 + The ``with_minutes`` option was introduced in Symfony 2.2. + **type**: ``Boolean`` **default**: ``true`` Whether or not to include minutes in the input. This will result in an additional