8 changed files with 115 additions and 37 deletions
@ -0,0 +1,20 @@
|
||||
field_settings: |
||||
title: 'title' |
||||
contributors: 'field_contributors' |
||||
publisher: 'field_publisher' |
||||
doi: 'field_doi' |
||||
genre: 'field_genre' |
||||
issue: 'field_issue' |
||||
volume: 'field_volume' |
||||
date_issued: 'field_edtf_date_issued' |
||||
abstract: 'field_abstract' |
||||
host_title: 'field_host_title' |
||||
date_online: 'field_date_online' |
||||
page_range: 'field_page_range' |
||||
series_issn: 'field_series_issn' |
||||
doi_term_islandora_term_pairs: |
||||
- key: 'article-journal' |
||||
value: 'Journal Article' |
||||
- key: 'monograph' |
||||
value: 'Book' |
||||
|
||||
@ -0,0 +1,60 @@
|
||||
doi_prefill.settings: |
||||
type: config_object |
||||
label: 'DOI Prefill Settings' |
||||
mapping: |
||||
field_settings: |
||||
type: mapping |
||||
label: 'Field Mappings' |
||||
mapping: |
||||
title: |
||||
type: string |
||||
label: 'Title' |
||||
contributors: |
||||
type: string |
||||
label: 'Contributors' |
||||
publisher: |
||||
type: string |
||||
label: 'Publisher' |
||||
doi: |
||||
type: string |
||||
label: 'DOI' |
||||
genre: |
||||
type: string |
||||
label: 'Genre' |
||||
issue: |
||||
type: string |
||||
label: 'Issue' |
||||
volume: |
||||
type: string |
||||
label: 'Volume' |
||||
date_issued: |
||||
type: string |
||||
label: 'Date Issued' |
||||
abstract: |
||||
type: string |
||||
label: 'Abstract' |
||||
host_title: |
||||
type: string |
||||
label: 'Host Title' |
||||
date_online: |
||||
type: string |
||||
label: 'Date Online' |
||||
page_range: |
||||
type: string |
||||
label: 'Page Range' |
||||
series_issn: |
||||
type: string |
||||
label: 'Series ISSN' |
||||
doi_term_islandora_term_pairs: |
||||
type: sequence |
||||
label: 'DOI Term - Islandora Term Pairs' |
||||
sequence: |
||||
type: mapping |
||||
mapping: |
||||
key: |
||||
type: string |
||||
label: 'DOI Term' |
||||
value: |
||||
type: string |
||||
label: 'Islandora Term' |
||||
|
||||
Loading…
Reference in new issue