We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96bad66 commit 0da71cbCopy full SHA for 0da71cb
src/Resources/views/storefront/block/cms-block-blog-detail.html.twig
@@ -1,7 +1,7 @@
1
{% block block_werkl_blog_detail %}
2
{% set element = block.slots.getSlot('blogDetail') %}
3
4
- <div class="{% if element.config.fullWidth %}col-12{% elseif section and section.sizingMode === 'boxed' %}col-md-8 offset-md-2{% endif %}" data-cms-element-id="{{ element.id }}">
+ <div class="{% if element.config.fullWidth.value %}col-12{% elseif section and section.sizingMode === 'boxed' %}col-md-8 offset-md-2{% endif %}" data-cms-element-id="{{ element.id }}">
5
{% sw_include '@Storefront/storefront/element/cms-element-' ~ element.type ~ '.html.twig' ignore missing %}
6
</div>
7
{% endblock %}
0 commit comments