Skip to content

Commit

Permalink
fix: Update sw-cms-el-config-blog-detail.html.twig add fullwidth
Browse files Browse the repository at this point in the history
  • Loading branch information
7underlines authored Mar 1, 2025
1 parent 9c58b42 commit bdb8da6
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@
:label="$tc('werkl-blog.elements.detail.config.showMeta.showCategory')"
v-model:value="element.config.showCategory.value">
</sw-checkbox-field>

<sw-checkbox-field
:label="$tc('werkl-blog.elements.detail.config.showMeta.fullWidth')"
v-model:value="element.config.fullWidth.value">
</sw-checkbox-field>
</sw-card>
{% endblock %}

Expand Down

0 comments on commit bdb8da6

Please sign in to comment.