Skip to content

Commit 3802560

Browse files
committed
minor #19124 Added missing link for label_html in some form types (rdelbaere)
This PR was merged into the 5.4 branch. Discussion ---------- Added missing link for label_html in some form types The link to the `label_html` option was missing in several form types Hoping to have made the changes correctly Cheers Commits ------- 68dd4da Added missing link for label_html in some form types
2 parents c8cdd53 + 68dd4da commit 3802560

27 files changed

+54
-0
lines changed

reference/forms/types/checkbox.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ These options inherit from the :doc:`FormType </reference/forms/types/form>`:
8181

8282
.. include:: /reference/forms/types/options/label_attr.rst.inc
8383

84+
.. include:: /reference/forms/types/options/label_html.rst.inc
85+
8486
.. include:: /reference/forms/types/options/label_format.rst.inc
8587

8688
.. include:: /reference/forms/types/options/mapped.rst.inc

reference/forms/types/choice.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,8 @@ These options inherit from the :doc:`FormType </reference/forms/types/form>`:
263263

264264
.. include:: /reference/forms/types/options/label_attr.rst.inc
265265

266+
.. include:: /reference/forms/types/options/label_html.rst.inc
267+
266268
.. include:: /reference/forms/types/options/label_format.rst.inc
267269

268270
.. include:: /reference/forms/types/options/mapped.rst.inc

reference/forms/types/collection.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,8 @@ error_bubbling
310310

311311
.. include:: /reference/forms/types/options/label_attr.rst.inc
312312

313+
.. include:: /reference/forms/types/options/label_html.rst.inc
314+
313315
.. include:: /reference/forms/types/options/label_format.rst.inc
314316

315317
.. include:: /reference/forms/types/options/mapped.rst.inc

reference/forms/types/color.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ The default value is ``''`` (the empty string).
7777

7878
.. include:: /reference/forms/types/options/label_attr.rst.inc
7979

80+
.. include:: /reference/forms/types/options/label_html.rst.inc
81+
8082
.. include:: /reference/forms/types/options/label_format.rst.inc
8183

8284
.. include:: /reference/forms/types/options/mapped.rst.inc

reference/forms/types/country.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,8 @@ The actual default value of this option depends on other field options:
110110

111111
.. include:: /reference/forms/types/options/label_attr.rst.inc
112112

113+
.. include:: /reference/forms/types/options/label_html.rst.inc
114+
113115
.. include:: /reference/forms/types/options/label_format.rst.inc
114116

115117
.. include:: /reference/forms/types/options/mapped.rst.inc

reference/forms/types/currency.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ The actual default value of this option depends on other field options:
9191

9292
.. include:: /reference/forms/types/options/label_attr.rst.inc
9393

94+
.. include:: /reference/forms/types/options/label_html.rst.inc
95+
9496
.. include:: /reference/forms/types/options/label_format.rst.inc
9597

9698
.. include:: /reference/forms/types/options/mapped.rst.inc

reference/forms/types/email.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ The default value is ``''`` (the empty string).
5454

5555
.. include:: /reference/forms/types/options/label_attr.rst.inc
5656

57+
.. include:: /reference/forms/types/options/label_html.rst.inc
58+
5759
.. include:: /reference/forms/types/options/label_format.rst.inc
5860

5961
.. include:: /reference/forms/types/options/mapped.rst.inc

reference/forms/types/entity.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,8 @@ The actual default value of this option depends on other field options:
321321

322322
.. include:: /reference/forms/types/options/label_attr.rst.inc
323323

324+
.. include:: /reference/forms/types/options/label_html.rst.inc
325+
324326
.. include:: /reference/forms/types/options/label_format.rst.inc
325327

326328
.. include:: /reference/forms/types/options/mapped.rst.inc

reference/forms/types/enum.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,8 @@ These options inherit from the :doc:`FormType </reference/forms/types/form>`:
172172

173173
.. include:: /reference/forms/types/options/label_attr.rst.inc
174174

175+
.. include:: /reference/forms/types/options/label_html.rst.inc
176+
175177
.. include:: /reference/forms/types/options/label_format.rst.inc
176178

177179
.. include:: /reference/forms/types/options/mapped.rst.inc

reference/forms/types/file.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,8 @@ These options inherit from the :doc:`FormType </reference/forms/types/form>`:
129129

130130
.. include:: /reference/forms/types/options/label_attr.rst.inc
131131

132+
.. include:: /reference/forms/types/options/label_html.rst.inc
133+
132134
.. include:: /reference/forms/types/options/label_format.rst.inc
133135

134136
.. include:: /reference/forms/types/options/mapped.rst.inc

0 commit comments

Comments
 (0)