{# @param form form Symfony (ForumPostType) #} {# @param placeholder string #} {# @param compact bool #} {# @param mention_suggestions_url string #} {% set compact = compact|default(false) %} {% set mention_suggestions_url = mention_suggestions_url|default('') %}
{% include 'forum/_editor_toolbar.html.twig' %}
{{ form_widget(form.content, { attr: { 'data-forum-editor-target': 'input', 'data-forum-mention-target': 'input', class: 'forum-editor__hidden' } }) }} {% if form.content.vars.errors|length > 0 %} {% endif %}