templates/areas/wysiwyg/view.html.twig line 1

Open in your IDE?
  1. {% set content = pimcore_wysiwyg('content') %}
  2. {# add autogenerated meta description #}
  3. {% if document.getDescription() is empty %}
  4.     {% do pimcore_head_meta().setDescription(content.getData(), 160) %}
  5. {% endif %}
  6. <section class="area-wysiwyg">
  7.     {% apply pimcore_glossary %}
  8.         {{ content|raw }}
  9.     {% endapply %}
  10. </section>