In my document, I am using the more complex data structure for the affiliation field like this:
affiliations:
- name: Sebastian Rowan
orcid: 0000-0000-0000-0000
email: e@mail.com
affiliations:
- id: unh
name: University of New Hampshire
department: Civil Engineering
city: Durham
state: NH
country: USA
postal-code: 03824
And when rendering the file to docx, the affiliation only shows "University of New Hampshire" like this:

I would prefer to keep the long-form for the affiliations if possible. Is there a way to do this and get them to render properly?
In my document, I am using the more complex data structure for the affiliation field like this:
And when rendering the file to docx, the affiliation only shows "University of New Hampshire" like this:
I would prefer to keep the long-form for the affiliations if possible. Is there a way to do this and get them to render properly?