Spaces:
No application file
No application file
{# | |
This field relies on the `text.html.twig` implementation. | |
Mautic tries to render `@themes/{{theme}}/html/MauticFormBundle/Field/text.html.twig` | |
and falls back to the standard template '@MauticForm/Field/text.html.twig'. | |
This eliminates the need to copy twig templates into themes that just rely on one base template file. | |
#} | |
{{- include([theme|default('') ~ 'text.html.twig', '@MauticForm/Field/text.html.twig'], { | |
'field': field, | |
'fields': fields|default([]), | |
'inForm': inForm|default(false), | |
'type': 'email', | |
'id': id, | |
'deleted': deleted is defined, | |
'formId': formId|default(0), | |
'formName': formName|default(''), | |
'language' : language|default(null), | |
}) -}} | |