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:
Brenton M. Wiernik 2019-10-26 13:31:02 -04:00
parent bd7cdbdc81
commit 9f5e95a054

View file

@ -387,6 +387,7 @@ Zotero.Cite = {
case 'title':
case 'title-short':
case 'translator':
case 'type':
case 'version':
case 'volume':
case 'year-suffix':