File tree 6 files changed +12
-12
lines changed
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:
57
57
label_translation_parameters
58
58
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
59
59
60
- **type **: ``array `` **default **: ``array() ``
60
+ **type **: ``array `` **default **: ``[] ``
61
61
62
62
Translated `label `_ can contain
63
63
:ref: `placeholders <component-translation-placeholders >`.
@@ -85,7 +85,7 @@ you can specify placeholder value:
85
85
),
86
86
));
87
87
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
89
89
parent. In other words the parent's translation parameters are available for
90
90
children's buttons but can be overriden:
91
91
Original file line number Diff line number Diff line change 1
1
attr_translation_parameters
2
2
~~~~~~~~~~~~~~~~~~~~~~~~~~~
3
3
4
- **type**: ``array`` **default**: ``array() ``
4
+ **type**: ``array`` **default**: ``[] ``
5
5
6
6
Some translated `attr`_ (``title`` and ``placeholder``) can
7
7
contain :ref:`placeholders <component-translation-placeholders>`.
@@ -30,7 +30,7 @@ you can specify placeholder value:
30
30
]
31
31
));
32
32
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
34
34
of its parent. In other words the parent's translation parameters are available
35
35
for children but can be overriden:
36
36
Original file line number Diff line number Diff line change 1
1
help_translation_parameters
2
2
~~~~~~~~~~~~~~~~~~~~~~~~~~~
3
3
4
- **type**: ``array`` **default**: ``array() ``
4
+ **type**: ``array`` **default**: ``[] ``
5
5
6
6
Translated `help`_ can
7
7
contain :ref:`placeholders <component-translation-placeholders>`.
@@ -26,7 +26,7 @@ you can specify placeholder value:
26
26
]
27
27
));
28
28
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
30
30
of its parent. In other words the parent's translation parameters are available
31
31
for children but can be overriden:
32
32
Original file line number Diff line number Diff line change 1
1
label_translation_parameters
2
2
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3
3
4
- **type**: ``array`` **default**: ``array() ``
4
+ **type**: ``array`` **default**: ``[] ``
5
5
6
6
Translated `label`_, can
7
7
contain :ref:`placeholders <component-translation-placeholders>`.
@@ -26,7 +26,7 @@ you can specify placeholder value:
26
26
]
27
27
));
28
28
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
30
30
of its parent. In other words the parent's translation parameters are available
31
31
for children but can be overriden:
32
32
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:
51
51
label_translation_parameters
52
52
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
53
53
54
- **type **: ``array `` **default **: ``array() ``
54
+ **type **: ``array `` **default **: ``[] ``
55
55
56
56
Translated `label `_ can contain
57
57
:ref: `placeholders <component-translation-placeholders >`.
@@ -79,7 +79,7 @@ you can specify placeholder value:
79
79
),
80
80
));
81
81
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
83
83
parent. In other words the parent's translation parameters are available for
84
84
children's resets but can be overriden:
85
85
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:
64
64
label_translation_parameters
65
65
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
66
66
67
- **type **: ``array `` **default **: ``array() ``
67
+ **type **: ``array `` **default **: ``[] ``
68
68
69
69
Translated `label `_ can contain
70
70
:ref: `placeholders <component-translation-placeholders >`.
@@ -92,7 +92,7 @@ you can specify placeholder value:
92
92
),
93
93
));
94
94
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
96
96
parent. In other words the parent's translation parameters are available for
97
97
children's submits but can be overriden:
98
98
You can’t perform that action at this time.
0 commit comments