From 9f5e95a0540c492673d23dd6a951e29e622c814d Mon Sep 17 00:00:00 2001 From: "Brenton M. Wiernik" Date: Sat, 26 Oct 2019 13:31:02 -0400 Subject: [PATCH] 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 --- chrome/content/zotero/xpcom/cite.js | 1 + 1 file changed, 1 insertion(+) diff --git a/chrome/content/zotero/xpcom/cite.js b/chrome/content/zotero/xpcom/cite.js index d9d0c7c727..efdda58558 100644 --- a/chrome/content/zotero/xpcom/cite.js +++ b/chrome/content/zotero/xpcom/cite.js @@ -387,6 +387,7 @@ Zotero.Cite = { case 'title': case 'title-short': case 'translator': + case 'type': case 'version': case 'volume': case 'year-suffix':