Skip to content

Commit

Permalink
Remove optional and required from labels of journal metadata which ca…
Browse files Browse the repository at this point in the history
…nnot be edited
  • Loading branch information
markpatton committed Oct 6, 2023
1 parent b74bbec commit 1281a44
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -181,14 +181,14 @@
},
"journal-title": {
"type": "text",
"label": "Journal Title <small class=\"text-muted\">(required)</small>",
"label": "Journal Title",
"placeholder": "Enter the journal title",
"hidden": false,
"order": 2
},
"journal-NLMTA-ID": {
"type": "text",
"label": "Journal NLMTA ID <small class=\"text-muted\">(optional)</small>",
"label": "Journal NLMTA ID",
"placeholder": "nlmta",
"order": 3
},
Expand Down

0 comments on commit 1281a44

Please sign in to comment.