Skip to content
This repository has been archived by the owner on Mar 29, 2021. It is now read-only.

Commit

Permalink
add URL field to a few more manual types. closes #535
Browse files Browse the repository at this point in the history
  • Loading branch information
dsifford committed Jan 13, 2019
1 parent 324f4b4 commit b37b65c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/js/utils/fieldmaps.ts
Expand Up @@ -117,6 +117,10 @@ const CSL_FIELDS: Readonly<Record<string, FieldMapping>> = {
key: 'publisher-place',
label: __('Publisher Location', 'academic-bloggers-toolkit'),
},
{
key: 'URL',
label: __('URL', 'academic-bloggers-toolkit'),
},
{
key: 'issued',
label: __('Date', 'academic-bloggers-toolkit'),
Expand Down Expand Up @@ -219,6 +223,10 @@ const CSL_FIELDS: Readonly<Record<string, FieldMapping>> = {
key: 'ISBN',
label: __('ISBN', 'academic-bloggers-toolkit'),
},
{
key: 'URL',
label: __('URL', 'academic-bloggers-toolkit'),
},
{
key: 'issued',
label: __('Date', 'academic-bloggers-toolkit'),
Expand Down Expand Up @@ -816,6 +824,10 @@ const CSL_FIELDS: Readonly<Record<string, FieldMapping>> = {
required: true,
},
},
{
key: 'URL',
label: __('URL', 'academic-bloggers-toolkit'),
},
{
key: 'issued',
label: __('Date', 'academic-bloggers-toolkit'),
Expand Down Expand Up @@ -1038,6 +1050,10 @@ const CSL_FIELDS: Readonly<Record<string, FieldMapping>> = {
key: 'publisher-place',
label: __('Location', 'academic-bloggers-toolkit'),
},
{
key: 'URL',
label: __('URL', 'academic-bloggers-toolkit'),
},
{
key: 'issued',
label: __('Date', 'academic-bloggers-toolkit'),
Expand Down

0 comments on commit b37b65c

Please sign in to comment.