Update templates to reflect change from field_image to field_media_image
This commit is contained in:
parent
f3a09e2920
commit
84c6325436
2 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@
|
||||||
{{ title_suffix.contextual_links }}
|
{{ title_suffix.contextual_links }}
|
||||||
|
|
||||||
<{{ header_wrapper }}{{ header_attributes.addClass('group-header') }}>
|
<{{ header_wrapper }}{{ header_attributes.addClass('group-header') }}>
|
||||||
{% if header.field_image|render is empty %}
|
{% if header.field_media_image|render is empty %}
|
||||||
<div class="featured-image">
|
<div class="featured-image">
|
||||||
<figure class="background-replacement-for-no-image image"></figure>
|
<figure class="background-replacement-for-no-image image"></figure>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue