- Issue created by @ravishankar yadav
- Status changed to Closed: cannot reproduce
7 months ago 2:33am 3 May 2024
{% for key, item in content.field_paragraph_name if key|first != '#'%}
{{ item['#paragraph'].field_title[0].value|raw }}
{{ item['#paragraph'].field_designation[0].value|raw }}
{% set text = item['#paragraph'].field_description[0].value|raw|striptags %}
{# trim the text max-length 150#}
{{ text|length > 200 ? text|slice(0, 150) ~ '...' : text }}
{% endfor %}
Closed: cannot reproduce
Contributor Guide