closes #1810, map Zotero recipient -> CSL recipient
Also maps interviewer
This commit is contained in:
parent
fed724e99d
commit
2776e2c734
1 changed files with 4 additions and 2 deletions
|
@ -8,10 +8,12 @@ Zotero.Cite.System = function(){};
|
|||
*/
|
||||
Zotero.Cite.System._zoteroNameMap = {
|
||||
"author":"author",
|
||||
"bookAuthor":"container-author",
|
||||
"editor":"editor",
|
||||
"translator":"translator",
|
||||
"interviewer":"interviewer",
|
||||
"recipient":"recipient",
|
||||
"seriesEditor":"collection-editor",
|
||||
"bookAuthor":"container-author"
|
||||
"translator":"translator"
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue