Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS will be completely phased out by mid-2025. To see alternatives please check here

Skip to content
Snippets Groups Projects

OEL-1159: Adapt starter content entities to card last changes.

Merged Francesco SARDARA requested to merge OEL-1159 into 1.x
6 files
+ 19
20
Compare changes
  • Side-by-side
  • Inline
Files
6
@@ -7,17 +7,19 @@
{% set _title %}
<a class="standalone" href="{{ url }}">{{ label }}</a>
{% endset %}
{% set _content %}
<span class="text-muted text-nowrap me-4-5">{{ content.oe_sc_event_dates }}</span>
{% endset %}
{% block content %}
<article{{attributes}}>
{{ pattern('card', {
variant: 'search',
title: _title,
text: content.oe_summary,
image: image,
content: _content
image: image ? {
path: image.src,
alt: image.alt,
},
meta: [
content.oe_sc_event_dates|field_value,
],
}) }}
</article>
{% endblock %}
Loading