feat: admin editable email templates

addresses #869eg7ptr
This commit is contained in:
Björn Fromme
2026-08-17 10:39:19 +02:00
parent 804dab335f
commit 3e08965e48
49 changed files with 1760 additions and 276 deletions
@@ -0,0 +1,7 @@
{% extends 'htmx_modal.html.twig' %}
{% block title %}{{ definition.label }}{% endblock %}
{% block content %}
{% include 'admin/system/email_text/_form.html.twig' %}
{% endblock %}