- Issue created by @gmak
I am using the 'Entity Word' module to get docx output from a node. I can get the output for many of my fields, but not a multi-value field (list).
My problem is that I cannot seem to see how to iterate through list items.
If I include the field in the template as:
${field_list}
the output is a single line with all values separated by commas.
I've had a look at the PHPWord/PHPoffice docs, but I can't see how to get a list using the ${field} syntax.
Active
3.1
Miscellaneous