File tree Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ as a key. This can be useful when you need to set a custom class for the button:
5757label_translation_parameters
5858~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5959
60- **type **: ``array `` **default **: ``array() ``
60+ **type **: ``array `` **default **: ``[] ``
6161
6262Translated `label `_ can contain
6363:ref: `placeholders <component-translation-placeholders >`.
@@ -85,7 +85,7 @@ you can specify placeholder value:
8585 ),
8686 ));
8787
88- Note that `label_translation_parameters ` of buttons are merged with those of its
88+ Note that `` label_translation_parameters ` ` of buttons are merged with those of its
8989parent. In other words the parent's translation parameters are available for
9090children's buttons but can be overriden:
9191
Original file line number Diff line number Diff line change 11attr_translation_parameters
22~~~~~~~~~~~~~~~~~~~~~~~~~~~
33
4- **type**: ``array`` **default**: ``array() ``
4+ **type**: ``array`` **default**: ``[] ``
55
66Some translated `attr`_ (``title`` and ``placeholder``) can
77contain :ref:`placeholders <component-translation-placeholders>`.
@@ -30,7 +30,7 @@ you can specify placeholder value:
3030 ]
3131 ));
3232
33- Note that `attr_translation_parameters` of children fields are merged with those
33+ Note that `` attr_translation_parameters` ` of children fields are merged with those
3434of its parent. In other words the parent's translation parameters are available
3535for children but can be overriden:
3636
Original file line number Diff line number Diff line change 11help_translation_parameters
22~~~~~~~~~~~~~~~~~~~~~~~~~~~
33
4- **type**: ``array`` **default**: ``array() ``
4+ **type**: ``array`` **default**: ``[] ``
55
66Translated `help`_ can
77contain :ref:`placeholders <component-translation-placeholders>`.
@@ -26,7 +26,7 @@ you can specify placeholder value:
2626 ]
2727 ));
2828
29- Note that `help_translation_parameters` of children fields are merged with those
29+ Note that `` help_translation_parameters` ` of children fields are merged with those
3030of its parent. In other words the parent's translation parameters are available
3131for children but can be overriden:
3232
Original file line number Diff line number Diff line change 11label_translation_parameters
22~~~~~~~~~~~~~~~~~~~~~~~~~~~~
33
4- **type**: ``array`` **default**: ``array() ``
4+ **type**: ``array`` **default**: ``[] ``
55
66Translated `label`_, can
77contain :ref:`placeholders <component-translation-placeholders>`.
@@ -26,7 +26,7 @@ you can specify placeholder value:
2626 ]
2727 ));
2828
29- Note that `label_translation_parameters` of children fields are merged with those
29+ Note that `` label_translation_parameters` ` of children fields are merged with those
3030of its parent. In other words the parent's translation parameters are available
3131for children but can be overriden:
3232
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ as a key. This can be useful when you need to set a custom class for the button:
5151label_translation_parameters
5252~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5353
54- **type **: ``array `` **default **: ``array() ``
54+ **type **: ``array `` **default **: ``[] ``
5555
5656Translated `label `_ can contain
5757:ref: `placeholders <component-translation-placeholders >`.
@@ -79,7 +79,7 @@ you can specify placeholder value:
7979 ),
8080 ));
8181
82- Note that `label_translation_parameters ` of resets are merged with those of its
82+ Note that `` label_translation_parameters ` ` of resets are merged with those of its
8383parent. In other words the parent's translation parameters are available for
8484children's resets but can be overriden:
8585
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ as a key. This can be useful when you need to set a custom class for the button:
6464label_translation_parameters
6565~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6666
67- **type **: ``array `` **default **: ``array() ``
67+ **type **: ``array `` **default **: ``[] ``
6868
6969Translated `label `_ can contain
7070:ref: `placeholders <component-translation-placeholders >`.
@@ -92,7 +92,7 @@ you can specify placeholder value:
9292 ),
9393 ));
9494
95- Note that `label_translation_parameters ` of submits are merged with those of its
95+ Note that `` label_translation_parameters ` ` of submits are merged with those of its
9696parent. In other words the parent's translation parameters are available for
9797children's submits but can be overriden:
9898
You can’t perform that action at this time.
0 commit comments