Setup new component for text editor

This commit is contained in:
2025-01-27 11:28:44 +01:00
parent ab35e8c034
commit 1d2fd000aa
6 changed files with 83 additions and 7 deletions

View File

@@ -80,9 +80,11 @@
{{ form_row(form.travelTime) }}
{% endif %}
{%- if form.comment is defined -%}
{{ form_row(form.comment) }}
{% endif %}
{#{%- if form.comment is defined -%}#}
{# {{ form_row(form.comment) }}#}
{#{% endif %}#}
<div id="add-comment"></div>
{%- if form.privateComment is defined -%}
{{ form_row(form.privateComment) }}
@@ -126,4 +128,4 @@
{% block css %}
{{ encore_entry_link_tags('mod_pickentity_type') }}
{% endblock %}
{% endblock %}