Issue #1912536 by vollepeer, derheap | taslett: Remove all references to the (removed) user-picture.html.twig file.
parent
d82a0ffb8d
commit
bd6c123c4f
|
@ -20,7 +20,8 @@
|
|||
* or print a subset such as {{ content.field_example }}. Use
|
||||
* {{ content|without('field_example') %} to temporarily suppress the printing
|
||||
* of a given child element.
|
||||
* - user_picture: The node author's picture from user-picture.html.twig.
|
||||
* - user_picture: The node author's information as loaded from the 'compact'
|
||||
* view mode for the user entity.
|
||||
* - date: Formatted creation date. Preprocess functions can reformat it by
|
||||
* calling format_date() with the desired parameters on
|
||||
* $variables['created'].
|
||||
|
|
|
@ -20,7 +20,8 @@
|
|||
* or print a subset such as {{ content.field_example }}. Use
|
||||
* {{ content|without('field_example') }} to exclude the printing of a
|
||||
* given child element.
|
||||
* - user_picture: The node author's picture from user-picture.html.twig.
|
||||
* - user_picture: The node author's information as loaded from the 'compact'
|
||||
* view mode for the user entity.
|
||||
* - date: Formatted creation date. Preprocess functions can reformat it by
|
||||
* calling format_date() with the desired parameters on
|
||||
* $variables['created'].
|
||||
|
|
Loading…
Reference in New Issue