Hello,
I've modified the Flex-Directory plugin with my own label.
Now, I'm trying to add a label to upload an image.
It's working in the admin, the label is here and the file is uploaded.
But the image don't appear in the page.
I've had these lines in the site.html.twig file
{% if entry.captures %}
<p><span class="name">{{ entry.captures }}</span></p>
{% endif %}
And these lines in the entries-list.html.twig
<td>
{{ entry.description }}
</td>
What's wrong with this ?
Any help please ?
Thanks,
andre_ani