Skip to content

Commit

Permalink
Merge pull request #18 from jacquesbh/fix-filter
Browse files Browse the repository at this point in the history
Change filter
  • Loading branch information
maximehuran authored Dec 3, 2020
2 parents 38ac693 + a7579b7 commit cee2061
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resources/views/Shop/Page/show.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
{% block content %}
<h1 class="ui monster dividing header">{{ page.title }}</h1>
<div>
{{ page.content|monsieurbiz_richeditor_render_element }}
{{ page.content|monsieurbiz_richeditor_render_field }}
</div>
{% endblock %}

0 comments on commit cee2061

Please sign in to comment.