I have a content type called publication which results the node’s twig template: node--publication.html.twig
. This content type contains a multiple file fields where the description is allowed.
I would like to share it with you, because it took a lot of time for me to find out how can I iterate through and render the items of a FileFieldItemList
which would be a very easy thing without the drupal theming system.
Some of you might find useful it.