Skip to content
Snippets Groups Projects
Commit a29ac795 authored by Eric Bremner's avatar Eric Bremner
Browse files

Merge branch 'feature/ISTWCMS-4147-ibiki-full-width-image-block' into '8.x-1.x'

ISTWCMS-4147: Removing old full width image template.

See merge request !16
parents 89262a04 3de7bd35
No related branches found
No related tags found
1 merge request!16ISTWCMS-4147: Removing old full width image template.
{% if in_layout_builder %}
<div{{ attributes.addClass(classes) }}>
{{ title_prefix }}
{{ title_suffix }}
{% endif %}
{% embed "@components/image/image.twig" with {
'width': width
} %}
{% block content %}
{{ content }}
{% endblock %}
{% endembed %}
{% if in_layout_builder %}
</div>
{% endif %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment