diff --git a/core/modules/comment/templates/field--comment.html.twig b/core/modules/comment/templates/field--comment.html.twig index b90aaa1..ae06db0 100644 --- a/core/modules/comment/templates/field--comment.html.twig +++ b/core/modules/comment/templates/field--comment.html.twig @@ -20,7 +20,7 @@ * - entity_type: The entity type to which the field belongs. * - field_name: The name of the field. * - field_type: The type of the field. - * - label_display: The display of the label for the field. + * - label_display: The display settings for the label. * * @see template_preprocess_field() * @see comment_preprocess_field() diff --git a/core/modules/node/templates/field--node--created.html.twig b/core/modules/node/templates/field--node--created.html.twig index 535021a..318fd20 100644 --- a/core/modules/node/templates/field--node--created.html.twig +++ b/core/modules/node/templates/field--node--created.html.twig @@ -14,6 +14,7 @@ * - entity_type: The entity type to which the field belongs. * - field_name: The name of the field. * - field_type: The type of the field. + * - label_display: The display settings for the label. * * @see field.html.twig * diff --git a/core/modules/node/templates/field--node--title.html.twig b/core/modules/node/templates/field--node--title.html.twig index 6c420e6..2db1a07 100644 --- a/core/modules/node/templates/field--node--title.html.twig +++ b/core/modules/node/templates/field--node--title.html.twig @@ -14,6 +14,7 @@ * - entity_type: The entity type to which the field belongs. * - field_name: The name of the field. * - field_type: The type of the field. + * - label_display: The display settings for the label. * * @see field.html.twig * diff --git a/core/modules/node/templates/field--node--uid.html.twig b/core/modules/node/templates/field--node--uid.html.twig index 1b0e80d..676d990 100644 --- a/core/modules/node/templates/field--node--uid.html.twig +++ b/core/modules/node/templates/field--node--uid.html.twig @@ -14,6 +14,7 @@ * - entity_type: The entity type to which the field belongs. * - field_name: The name of the field. * - field_type: The type of the field. + * - label_display: The display settings for the label. * * @see field.html.twig * diff --git a/core/modules/system/templates/field.html.twig b/core/modules/system/templates/field.html.twig index 6552c07..81b3729 100644 --- a/core/modules/system/templates/field.html.twig +++ b/core/modules/system/templates/field.html.twig @@ -27,7 +27,7 @@ * - entity_type: The entity type to which the field belongs. * - field_name: The name of the field. * - field_type: The type of the field. - * - label_display: The display of the label for the field. + * - label_display: The display settings for the label. * * @see template_preprocess_field() * diff --git a/core/themes/bartik/templates/field--taxonomy-term-reference.html.twig b/core/themes/bartik/templates/field--taxonomy-term-reference.html.twig index ea83f20..7ccdc34 100644 --- a/core/themes/bartik/templates/field--taxonomy-term-reference.html.twig +++ b/core/themes/bartik/templates/field--taxonomy-term-reference.html.twig @@ -15,7 +15,7 @@ * - entity_type: The entity type to which the field belongs. * - field_name: The name of the field. * - field_type: The type of the field. - * - label_display: The display of the label for the field. + * - label_display: The display settings for the label. * * @see template_preprocess_field() * @see bartik_preprocess_field()