Skip to content
Snippets Groups Projects
Commit 97a6d350 authored by Audrey Hamelers's avatar Audrey Hamelers
Browse files

#1215

parent 6d437f8a
No related branches found
No related tags found
1 merge request!389Dev
...@@ -136,7 +136,7 @@ exports.seed = async (knex, Promise) => { ...@@ -136,7 +136,7 @@ exports.seed = async (knex, Promise) => {
{ {
name: 'preprintServers', name: 'preprintServers',
description: description:
'Preprint servers in the NLM Catalog, to refuse manuscript submissions', 'NLM TAs of preprint servers in the NLM Catalog, to refuse manuscript submissions.',
schema: JSON.stringify({ schema: JSON.stringify({
type: 'array', type: 'array',
items: { type: 'string', description: 'Server name' }, items: { type: 'string', description: 'Server name' },
...@@ -152,7 +152,8 @@ exports.seed = async (knex, Promise) => { ...@@ -152,7 +152,8 @@ exports.seed = async (knex, Promise) => {
}, },
{ {
name: 'approvedServers', name: 'approvedServers',
description: 'List of preprint servers to skip submission QA', description:
'List of preprint servers to skip submission QA. Use NLM TA or consistent exact title if no NLM TA available.',
schema: JSON.stringify({ schema: JSON.stringify({
type: 'array', type: 'array',
items: { type: 'string', description: 'Server name' }, items: { type: 'string', description: 'Server name' },
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment