Skip to content

Commit d433fbc

Browse files
committed
dspace/config: add Preprint to types
1 parent c11a4bb commit d433fbc

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

dspace/config/submission-forms.xml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@
235235
<label>Date of online publication</label>
236236
<input-type>date</input-type>
237237
<hint>Enter the date when the item was available online. Use this to indicate a journal article was online first, and use the publication date for the issue date.</hint>
238-
<type-bind>Journal Article,Data Paper</type-bind>
238+
<type-bind>Journal Article,Data Paper,Preprint</type-bind>
239239
<required></required>
240240
</field>
241241
</row>
@@ -402,7 +402,7 @@
402402
<input-type>onebox</input-type>
403403
<hint>Enter the ISSN for the serial publication where this item appears, for example: 2049-3630</hint>
404404
<required></required>
405-
<type-bind>Journal Article,Data Paper</type-bind>
405+
<type-bind>Journal Article,Data Paper,Preprint</type-bind>
406406
</field>
407407
</row>
408408
<row>
@@ -2049,6 +2049,10 @@
20492049
<displayed-value>Poster</displayed-value>
20502050
<stored-value>Poster</stored-value>
20512051
</pair>
2052+
<pair>
2053+
<displayed-value>Preprint</displayed-value>
2054+
<stored-value>Preprint</stored-value>
2055+
</pair>
20522056
<pair>
20532057
<displayed-value>Presentation</displayed-value>
20542058
<stored-value>Presentation</stored-value>

0 commit comments

Comments
 (0)