diff -u b/core/modules/node/templates/field--node--title.html.twig b/core/modules/node/templates/field--node--title.html.twig --- b/core/modules/node/templates/field--node--title.html.twig +++ b/core/modules/node/templates/field--node--title.html.twig @@ -9,8 +9,8 @@ * Available variables: * - attributes: HTML attributes for the containing span element. * - items: List of all the field items. Each item contains: - * - attributes: List of HTML attributes for each item. - * - value: The field item value. + * - #attributes: List of HTML attributes for each item. + * - content: The field item content. * * @see field.html.twig * diff -u b/core/modules/system/templates/field.html.twig b/core/modules/system/templates/field.html.twig --- b/core/modules/system/templates/field.html.twig +++ b/core/modules/system/templates/field.html.twig @@ -22,8 +22,8 @@ * - label: The label for the field. * - content_attributes: HTML attributes for the content. * - items: List of all the field items. Each item contains: - * - attributes: List of HTML attributes for each item. - * - value: The field item's value. + * - #attributes: List of HTML attributes for each item. + * - content: The field item's content. * * @see template_preprocess_field() * diff -u b/core/themes/bartik/templates/field--taxonomy-term-reference.html.twig b/core/themes/bartik/templates/field--taxonomy-term-reference.html.twig --- b/core/themes/bartik/templates/field--taxonomy-term-reference.html.twig +++ b/core/themes/bartik/templates/field--taxonomy-term-reference.html.twig @@ -10,8 +10,8 @@ * - label: The label for the field. * - content_attributes: HTML attributes for the content. * - items: List of all the field items. Each item contains: - * - attributes: List of HTML attributes for each item. - * - value: The field item's value. + * - #attributes: List of HTML attributes for each item. + * - content: The field item's content. * * @see template_preprocess_field() * @see bartik_preprocess_field()