forked from blallo/rss-bridge
Require input field, add example value and title
Previously the bridge could be requested without any journal causing error 403 due to broken URL.
This commit is contained in:
parent
8f76eebddb
commit
399fce06ce
1 changed files with 4 additions and 1 deletions
|
@ -18,7 +18,10 @@ class ElsevierBridge extends BridgeAbstract{
|
||||||
'[
|
'[
|
||||||
{
|
{
|
||||||
"name" : "Journal name",
|
"name" : "Journal name",
|
||||||
"identifier" : "j"
|
"identifier" : "j",
|
||||||
|
"required" : "true",
|
||||||
|
"exampleValue" : "academic-pediatrics",
|
||||||
|
"title" : "Insert html-part of your journal"
|
||||||
}
|
}
|
||||||
]';
|
]';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue