diff --git a/reference/forms/types/checkbox.rst b/reference/forms/types/checkbox.rst index 2e699464eee..472d6f84024 100644 --- a/reference/forms/types/checkbox.rst +++ b/reference/forms/types/checkbox.rst @@ -81,6 +81,8 @@ These options inherit from the :doc:`FormType `: .. include:: /reference/forms/types/options/label_attr.rst.inc +.. include:: /reference/forms/types/options/label_html.rst.inc + .. include:: /reference/forms/types/options/label_format.rst.inc .. include:: /reference/forms/types/options/mapped.rst.inc diff --git a/reference/forms/types/choice.rst b/reference/forms/types/choice.rst index 77a6495a2ab..d349fc76103 100644 --- a/reference/forms/types/choice.rst +++ b/reference/forms/types/choice.rst @@ -263,6 +263,8 @@ These options inherit from the :doc:`FormType `: .. include:: /reference/forms/types/options/label_attr.rst.inc +.. include:: /reference/forms/types/options/label_html.rst.inc + .. include:: /reference/forms/types/options/label_format.rst.inc .. include:: /reference/forms/types/options/mapped.rst.inc diff --git a/reference/forms/types/collection.rst b/reference/forms/types/collection.rst index c4aa8be8a7f..785853374b6 100644 --- a/reference/forms/types/collection.rst +++ b/reference/forms/types/collection.rst @@ -310,6 +310,8 @@ error_bubbling .. include:: /reference/forms/types/options/label_attr.rst.inc +.. include:: /reference/forms/types/options/label_html.rst.inc + .. include:: /reference/forms/types/options/label_format.rst.inc .. include:: /reference/forms/types/options/mapped.rst.inc diff --git a/reference/forms/types/color.rst b/reference/forms/types/color.rst index 62811d0386d..82e36417552 100644 --- a/reference/forms/types/color.rst +++ b/reference/forms/types/color.rst @@ -77,6 +77,8 @@ The default value is ``''`` (the empty string). .. include:: /reference/forms/types/options/label_attr.rst.inc +.. include:: /reference/forms/types/options/label_html.rst.inc + .. include:: /reference/forms/types/options/label_format.rst.inc .. include:: /reference/forms/types/options/mapped.rst.inc diff --git a/reference/forms/types/country.rst b/reference/forms/types/country.rst index 3cd748c74c8..e5c14c547d7 100644 --- a/reference/forms/types/country.rst +++ b/reference/forms/types/country.rst @@ -110,6 +110,8 @@ The actual default value of this option depends on other field options: .. include:: /reference/forms/types/options/label_attr.rst.inc +.. include:: /reference/forms/types/options/label_html.rst.inc + .. include:: /reference/forms/types/options/label_format.rst.inc .. include:: /reference/forms/types/options/mapped.rst.inc diff --git a/reference/forms/types/currency.rst b/reference/forms/types/currency.rst index 7417ac636c2..c68ce61215c 100644 --- a/reference/forms/types/currency.rst +++ b/reference/forms/types/currency.rst @@ -91,6 +91,8 @@ The actual default value of this option depends on other field options: .. include:: /reference/forms/types/options/label_attr.rst.inc +.. include:: /reference/forms/types/options/label_html.rst.inc + .. include:: /reference/forms/types/options/label_format.rst.inc .. include:: /reference/forms/types/options/mapped.rst.inc diff --git a/reference/forms/types/email.rst b/reference/forms/types/email.rst index 90752042409..9045bba8cc4 100644 --- a/reference/forms/types/email.rst +++ b/reference/forms/types/email.rst @@ -54,6 +54,8 @@ The default value is ``''`` (the empty string). .. include:: /reference/forms/types/options/label_attr.rst.inc +.. include:: /reference/forms/types/options/label_html.rst.inc + .. include:: /reference/forms/types/options/label_format.rst.inc .. include:: /reference/forms/types/options/mapped.rst.inc diff --git a/reference/forms/types/entity.rst b/reference/forms/types/entity.rst index e87336c2ec6..6cd13520c9c 100644 --- a/reference/forms/types/entity.rst +++ b/reference/forms/types/entity.rst @@ -321,6 +321,8 @@ The actual default value of this option depends on other field options: .. include:: /reference/forms/types/options/label_attr.rst.inc +.. include:: /reference/forms/types/options/label_html.rst.inc + .. include:: /reference/forms/types/options/label_format.rst.inc .. include:: /reference/forms/types/options/mapped.rst.inc diff --git a/reference/forms/types/enum.rst b/reference/forms/types/enum.rst index 7a01f41f27b..43ca7833a38 100644 --- a/reference/forms/types/enum.rst +++ b/reference/forms/types/enum.rst @@ -172,6 +172,8 @@ These options inherit from the :doc:`FormType `: .. include:: /reference/forms/types/options/label_attr.rst.inc +.. include:: /reference/forms/types/options/label_html.rst.inc + .. include:: /reference/forms/types/options/label_format.rst.inc .. include:: /reference/forms/types/options/mapped.rst.inc diff --git a/reference/forms/types/file.rst b/reference/forms/types/file.rst index 29601e860f8..e306b1b120d 100644 --- a/reference/forms/types/file.rst +++ b/reference/forms/types/file.rst @@ -129,6 +129,8 @@ These options inherit from the :doc:`FormType `: .. include:: /reference/forms/types/options/label_attr.rst.inc +.. include:: /reference/forms/types/options/label_html.rst.inc + .. include:: /reference/forms/types/options/label_format.rst.inc .. include:: /reference/forms/types/options/mapped.rst.inc diff --git a/reference/forms/types/integer.rst b/reference/forms/types/integer.rst index b88211d9ae5..8ea50e3158d 100644 --- a/reference/forms/types/integer.rst +++ b/reference/forms/types/integer.rst @@ -108,6 +108,8 @@ The default value is ``''`` (the empty string). .. include:: /reference/forms/types/options/label_attr.rst.inc +.. include:: /reference/forms/types/options/label_html.rst.inc + .. include:: /reference/forms/types/options/label_format.rst.inc .. include:: /reference/forms/types/options/mapped.rst.inc diff --git a/reference/forms/types/language.rst b/reference/forms/types/language.rst index 2ede5f38e9f..0fd0a63ecd2 100644 --- a/reference/forms/types/language.rst +++ b/reference/forms/types/language.rst @@ -131,6 +131,8 @@ The actual default value of this option depends on other field options: .. include:: /reference/forms/types/options/label_attr.rst.inc +.. include:: /reference/forms/types/options/label_html.rst.inc + .. include:: /reference/forms/types/options/label_format.rst.inc .. include:: /reference/forms/types/options/mapped.rst.inc diff --git a/reference/forms/types/locale.rst b/reference/forms/types/locale.rst index eb8075093ed..c869155bdc2 100644 --- a/reference/forms/types/locale.rst +++ b/reference/forms/types/locale.rst @@ -104,6 +104,8 @@ The actual default value of this option depends on other field options: .. include:: /reference/forms/types/options/label_attr.rst.inc +.. include:: /reference/forms/types/options/label_html.rst.inc + .. include:: /reference/forms/types/options/label_format.rst.inc .. include:: /reference/forms/types/options/mapped.rst.inc diff --git a/reference/forms/types/money.rst b/reference/forms/types/money.rst index 99631f3e1e4..23955947e40 100644 --- a/reference/forms/types/money.rst +++ b/reference/forms/types/money.rst @@ -130,6 +130,8 @@ The default value is ``''`` (the empty string). .. include:: /reference/forms/types/options/label_attr.rst.inc +.. include:: /reference/forms/types/options/label_html.rst.inc + .. include:: /reference/forms/types/options/label_format.rst.inc .. include:: /reference/forms/types/options/mapped.rst.inc diff --git a/reference/forms/types/number.rst b/reference/forms/types/number.rst index 81b71bfe91b..ea0aa5de5a2 100644 --- a/reference/forms/types/number.rst +++ b/reference/forms/types/number.rst @@ -95,6 +95,8 @@ The default value is ``''`` (the empty string). .. include:: /reference/forms/types/options/label_attr.rst.inc +.. include:: /reference/forms/types/options/label_html.rst.inc + .. include:: /reference/forms/types/options/label_format.rst.inc .. include:: /reference/forms/types/options/mapped.rst.inc diff --git a/reference/forms/types/password.rst b/reference/forms/types/password.rst index e3e11ecb02f..3e92c48aeda 100644 --- a/reference/forms/types/password.rst +++ b/reference/forms/types/password.rst @@ -76,6 +76,8 @@ The default value is ``''`` (the empty string). .. include:: /reference/forms/types/options/label_attr.rst.inc +.. include:: /reference/forms/types/options/label_html.rst.inc + .. include:: /reference/forms/types/options/label_format.rst.inc .. include:: /reference/forms/types/options/mapped.rst.inc diff --git a/reference/forms/types/percent.rst b/reference/forms/types/percent.rst index 803badd2971..f3bc56356cb 100644 --- a/reference/forms/types/percent.rst +++ b/reference/forms/types/percent.rst @@ -124,6 +124,8 @@ The default value is ``''`` (the empty string). .. include:: /reference/forms/types/options/label_attr.rst.inc +.. include:: /reference/forms/types/options/label_html.rst.inc + .. include:: /reference/forms/types/options/label_format.rst.inc .. include:: /reference/forms/types/options/mapped.rst.inc diff --git a/reference/forms/types/radio.rst b/reference/forms/types/radio.rst index 72acd123af3..7702b87cbad 100644 --- a/reference/forms/types/radio.rst +++ b/reference/forms/types/radio.rst @@ -60,6 +60,8 @@ These options inherit from the :doc:`FormType `: .. include:: /reference/forms/types/options/label_attr.rst.inc +.. include:: /reference/forms/types/options/label_html.rst.inc + .. include:: /reference/forms/types/options/label_format.rst.inc .. include:: /reference/forms/types/options/mapped.rst.inc diff --git a/reference/forms/types/range.rst b/reference/forms/types/range.rst index 95e4bcff64c..294023ce0c6 100644 --- a/reference/forms/types/range.rst +++ b/reference/forms/types/range.rst @@ -69,6 +69,8 @@ The default value is ``''`` (the empty string). .. include:: /reference/forms/types/options/label_attr.rst.inc +.. include:: /reference/forms/types/options/label_html.rst.inc + .. include:: /reference/forms/types/options/mapped.rst.inc .. include:: /reference/forms/types/options/required.rst.inc diff --git a/reference/forms/types/search.rst b/reference/forms/types/search.rst index d99b8fefc0a..e38021bc461 100644 --- a/reference/forms/types/search.rst +++ b/reference/forms/types/search.rst @@ -54,6 +54,8 @@ The default value is ``''`` (the empty string). .. include:: /reference/forms/types/options/label_attr.rst.inc +.. include:: /reference/forms/types/options/label_html.rst.inc + .. include:: /reference/forms/types/options/label_format.rst.inc .. include:: /reference/forms/types/options/mapped.rst.inc diff --git a/reference/forms/types/tel.rst b/reference/forms/types/tel.rst index cca1c52a4be..675f8e3f5cd 100644 --- a/reference/forms/types/tel.rst +++ b/reference/forms/types/tel.rst @@ -60,6 +60,8 @@ The default value is ``''`` (the empty string). .. include:: /reference/forms/types/options/label_attr.rst.inc +.. include:: /reference/forms/types/options/label_html.rst.inc + .. include:: /reference/forms/types/options/label_format.rst.inc .. include:: /reference/forms/types/options/mapped.rst.inc diff --git a/reference/forms/types/text.rst b/reference/forms/types/text.rst index dd690c6e6df..0527c5405e7 100644 --- a/reference/forms/types/text.rst +++ b/reference/forms/types/text.rst @@ -46,6 +46,8 @@ an empty string, explicitly set the ``empty_data`` option to an empty string. .. include:: /reference/forms/types/options/label_attr.rst.inc +.. include:: /reference/forms/types/options/label_html.rst.inc + .. include:: /reference/forms/types/options/label_format.rst.inc .. include:: /reference/forms/types/options/mapped.rst.inc diff --git a/reference/forms/types/textarea.rst b/reference/forms/types/textarea.rst index e642cbdb4db..687d1bb225b 100644 --- a/reference/forms/types/textarea.rst +++ b/reference/forms/types/textarea.rst @@ -52,6 +52,8 @@ an empty string, explicitly set the ``empty_data`` option to an empty string. .. include:: /reference/forms/types/options/label_attr.rst.inc +.. include:: /reference/forms/types/options/label_html.rst.inc + .. include:: /reference/forms/types/options/label_format.rst.inc .. include:: /reference/forms/types/options/mapped.rst.inc diff --git a/reference/forms/types/timezone.rst b/reference/forms/types/timezone.rst index 7e0d5b8beb0..f11ee72f4d5 100644 --- a/reference/forms/types/timezone.rst +++ b/reference/forms/types/timezone.rst @@ -125,6 +125,8 @@ The actual default value of this option depends on other field options: .. include:: /reference/forms/types/options/label_attr.rst.inc +.. include:: /reference/forms/types/options/label_html.rst.inc + .. include:: /reference/forms/types/options/label_format.rst.inc .. include:: /reference/forms/types/options/mapped.rst.inc diff --git a/reference/forms/types/ulid.rst b/reference/forms/types/ulid.rst index 9ad8e7a6fee..33ab0ed6f9f 100644 --- a/reference/forms/types/ulid.rst +++ b/reference/forms/types/ulid.rst @@ -62,6 +62,8 @@ The default value is ``''`` (the empty string). .. include:: /reference/forms/types/options/label_attr.rst.inc +.. include:: /reference/forms/types/options/label_html.rst.inc + .. include:: /reference/forms/types/options/label_format.rst.inc .. include:: /reference/forms/types/options/mapped.rst.inc diff --git a/reference/forms/types/url.rst b/reference/forms/types/url.rst index b75a2b1db0c..5f97fcb89a4 100644 --- a/reference/forms/types/url.rst +++ b/reference/forms/types/url.rst @@ -67,6 +67,8 @@ The default value is ``''`` (the empty string). .. include:: /reference/forms/types/options/label_attr.rst.inc +.. include:: /reference/forms/types/options/label_html.rst.inc + .. include:: /reference/forms/types/options/label_format.rst.inc .. include:: /reference/forms/types/options/mapped.rst.inc diff --git a/reference/forms/types/uuid.rst b/reference/forms/types/uuid.rst index 6c0cd576cae..0b95d9db50d 100644 --- a/reference/forms/types/uuid.rst +++ b/reference/forms/types/uuid.rst @@ -62,6 +62,8 @@ The default value is ``''`` (the empty string). .. include:: /reference/forms/types/options/label_attr.rst.inc +.. include:: /reference/forms/types/options/label_html.rst.inc + .. include:: /reference/forms/types/options/label_format.rst.inc .. include:: /reference/forms/types/options/mapped.rst.inc