You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recommend adding nl2br for multiline text field output in the email.twig {% if value is not iterable and value is not empty -%} {{ value|nl2br }} {% else -%} <ul style="margin-left:0;"> {% for item in value %} <li>{{ (item is iterable ? item|first : item) }}</li> {% endfor %} </ul> {% endif %}
The text was updated successfully, but these errors were encountered:
Recommend adding nl2br for multiline text field output in the email.twig
{% if value is not iterable and value is not empty -%} {{ value|nl2br }} {% else -%} <ul style="margin-left:0;"> {% for item in value %} <li>{{ (item is iterable ? item|first : item) }}</li> {% endfor %} </ul> {% endif %}
The text was updated successfully, but these errors were encountered: