diff --git a/core/modules/system/templates/field.html.twig b/core/modules/system/templates/field.html.twig index ea9b41e..99487b9 100644 --- a/core/modules/system/templates/field.html.twig +++ b/core/modules/system/templates/field.html.twig @@ -23,10 +23,10 @@ * - items: List of all the field items. * - item_attributes: List of HTML attributes for each item. * - attributes: HTML attributes for the containing element. - * - entity_type: - * - field_name: - * - field_type: - * - field_label: + * - entity_type: The entity type to which the field belongs. + * - field_name: The name of the field + * - field_type: The type of the field. + * - field_label: The display of the label for the field. * @see template_preprocess_field() * * @ingroup themeable