Add 'type' to variables list for
So that it can be stored in Extra as "Type:" instead of "type:" Replaces https://github.com/zotero/zotero/pull/1688
This commit is contained in:
parent
bd7cdbdc81
commit
9f5e95a054
1 changed files with 1 additions and 0 deletions
|
@ -387,6 +387,7 @@ Zotero.Cite = {
|
|||
case 'title':
|
||||
case 'title-short':
|
||||
case 'translator':
|
||||
case 'type':
|
||||
case 'version':
|
||||
case 'volume':
|
||||
case 'year-suffix':
|
||||
|
|
Loading…
Reference in a new issue