Skip to content

Commit

Permalink
Update node--featured-content.html.twig
Browse files Browse the repository at this point in the history
  • Loading branch information
occupant committed Dec 7, 2024
1 parent 28ad7de commit 6ce728a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions templates/content/node--featured-content.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@
{% if not (node.field_event_image_teaser.isEmpty == true) and content.field_event_image_teaser is defined %}
{% set text = content.field_event_image_teaser.0 %}
{% endif %}
{% if not (node.field_image_teaser.isEmpty == true) and content.field_image_teaser is defined %}
{% set text = content.field_image_teaser.0 %}
{% endif %}
{% if not (node.field_story_image_teaser.isEmpty == true) and content.field_story_image_teaser is defined %}
{% set text = content.field_story_image_teaser.0 %}
{% endif %}
Expand Down

0 comments on commit 6ce728a

Please sign in to comment.