Skip to content

Conversation

@logmedia-openclaw
Copy link

Fixes issue #46 - Missing attribute name value in cms-block-blog-detail.html.twig

The frontend template was accessing element.config.fullWidth directly, but Shopware CMS elements store config values in a nested 'value' property.

Changed from:
{% if element.config.fullWidth %}
to:
{% if element.config.fullWidth.value %}

Fixes issue Werkstattl#46 - Missing attribute name value in cms-block-blog-detail.html.twig

The frontend template was accessing element.config.fullWidth directly, but Shopware CMS elements store config values in a nested 'value' property.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant