Replies: 1 comment 4 replies
-
not all fields are available in all types of items. see https://aurimasv.github.io/z2csl/typeMap.xml I think and ${({
const creators = topItem.getCreators();
creators[0].lastName;
})} It definitely won't work too, since it's not a valid JS expression. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I've been trying to add different types of contributors to my template, for example authors, editors, book editors, contributors, etc. I have tried all of the below:
None of these commands work. I tried to find the answer by searching this repo, but I couldn't find it. If anyone knows how to do this, feel free to help out.
Beta Was this translation helpful? Give feedback.
All reactions