Skip to content

Commit

Permalink
OEL-1676: Filter out empty meta in teaser.
Browse files Browse the repository at this point in the history
  • Loading branch information
drishu committed Dec 12, 2022
1 parent 44bd4f7 commit cd37bf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/content/node--oe-sc-event--teaser.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
meta: [
content.oe_sc_event_dates|field_value,
content.oe_sc_event_location|field_value
],
]|filter(element => element is not empty),
attributes: attributes,
}) }}
{% endblock %}

0 comments on commit cd37bf7

Please sign in to comment.