Skip to content

Commit

Permalink
Task: switch to pimcore_glossary twig filter
Browse files Browse the repository at this point in the history
  • Loading branch information
kingjia90 authored and dvesh3 committed Aug 31, 2022
1 parent 39b20ca commit ba27fbf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions templates/areas/wysiwyg-with-images/view.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
<section class="area-wysiwyg">
<div class="row">
<div class="col-sm-8">
{% pimcoreglossary %}
{% apply pimcore_glossary %}
{{ content|raw }}
{% endpimcoreglossary %}
{% endapply %}
</div>
<div class="col-sm-4">
{% for i in pimcore_iterate_block(pimcore_block('images')) %}
Expand Down
4 changes: 2 additions & 2 deletions templates/areas/wysiwyg/view.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{% endif %}

<section class="area-wysiwyg">
{% pimcoreglossary %}
{% apply pimcore_glossary %}
{{ content|raw }}
{% endpimcoreglossary %}
{% endapply %}
</section>

0 comments on commit ba27fbf

Please sign in to comment.