Coming soon - Get a detailed view of why an account is flagged as spam!
view details

This post has been de-listed

It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.

1
Drupal
Post Flair (click to view more posts with a particular flair)
Post Body

I'am doing a project at work that use Drupal for backend, I created a Paragraph type Called Collection-band-3 that has a field named "Content reference" and is a Entity Reference refered to a content type named Person that has a series of fields, I want to get and print the person connected to that reference field

I am doing this :

{% block paragraph %}

<div class="co-collection-band-3">

<h2> {{paragraph.field_title.value|raw}} </h2>

<p> {{paragraph.field_body.value|raw}} </p>

</div>

<p> {{content.field_content_reference|raw}}

{% for person in content.field_content_reference %}

{{ person _field_title }}

{% endfor %}

</p>

{% endblock paragraph %}

Can I get some help?

Author
Account Strength
80%
Account Age
6 years
Verified Email
Yes
Verified Flair
No
Total Karma
251
Link Karma
97
Comment Karma
154
Profile updated: 3 hours ago
Posts updated: 3 months ago

Subreddit

Post Details

We try to extract some basic information from the post title. This is not always successful or accurate, please use your best judgement and compare these values to the post title and body for confirmation.
Posted
4 years ago