We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9750dc commit 3eae3a1Copy full SHA for 3eae3a1
reference/forms/types/options/extra_fields_message.rst.inc
@@ -1,6 +1,10 @@
1
``extra_fields_message``
2
~~~~~~~~~~~~~~~~~~~~~~~~
3
4
+.. versionadded:: 5.1
5
+
6
+The support for pluralization was introduced in Symfony 5.1.
7
8
**type**: ``string`` **default**: ``This form should not contain extra fields.``
9
10
This is the validation error message that's used if the submitted form data
@@ -9,7 +13,3 @@ placeholder ``{{ extra_fields }}`` can be used to display a comma separated
13
list of the submitted extra field names.
14
11
15
This message can be pluralized, see :ref:`formatting pluralized messages <component-translation-pluralization>` for details.
12
-
- .. versionadded:: 5.1
- The support for pluralization was introduced in Symfony 5.1.
0 commit comments