X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fnode%2Ftemplates%2Ffield--node--uid.html.twig;fp=web%2Fcore%2Fmodules%2Fnode%2Ftemplates%2Ffield--node--uid.html.twig;h=91a97b3a9bf83d6dc6976d872ca2ce1f6a808ef3;hb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;hp=0000000000000000000000000000000000000000;hpb=57c063afa3f66b07c4bbddc2d6129a96d90f0aad;p=yaffs-website diff --git a/web/core/modules/node/templates/field--node--uid.html.twig b/web/core/modules/node/templates/field--node--uid.html.twig new file mode 100644 index 000000000..91a97b3a9 --- /dev/null +++ b/web/core/modules/node/templates/field--node--uid.html.twig @@ -0,0 +1,28 @@ +{# +/** + * @file + * Default theme implementation for the node user field. + * + * This is an override of field.html.twig for the node user field. See that + * template for documentation about its details and overrides. + * + * 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. + * - content: The field item content. + * - 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 + * + * @ingroup themeable + */ +#} + + {%- for item in items -%} + {{ item.content }} + {%- endfor -%} +