vendor/easycorp/easyadmin-bundle/src/Resources/views/default/field_string.html.twig line 1

Open in your IDE?
  1. {% if view == 'show' %}
  2.     {{ value|nl2br }}
  3. {% else %}
  4.     <span title="{{ value }}">{{ value|striptags|easyadmin_truncate }}</span>
  5. {% endif %}