paragraph image

Created on 8 June 2023, over 1 year ago
Updated 3 May 2024, 7 months ago

{% 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 %}

📌 Task
Status

Closed: cannot reproduce

Component

Contributor Guide

Created by

🇮🇳India ravishankar yadav

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024