Add reminder to keep CSL mappings in sync with connector

This commit is contained in:
Dan Stillman 2020-07-14 18:39:21 -04:00
parent f923af4f31
commit c1a06a5dea

View file

@ -575,6 +575,10 @@ Zotero.Schema = new function(){
Zotero.Schema.globalSchemaLocale = data.locales[locale];
Zotero.Schema.globalSchemaMeta = data.meta;
//
// Keep in sync with the connector's gulpfile.js
//
// CSL mappings
Zotero.Schema.CSL_TYPE_MAPPINGS = {};
Zotero.Schema.CSL_TYPE_MAPPINGS_REVERSE = {};