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:
logmanoriginal 2016-08-02 20:35:27 +02:00
parent 8f76eebddb
commit 399fce06ce

View file

@ -18,7 +18,10 @@ class ElsevierBridge extends BridgeAbstract{
'[
{
"name" : "Journal name",
"identifier" : "j"
"identifier" : "j",
"required" : "true",
"exampleValue" : "academic-pediatrics",
"title" : "Insert html-part of your journal"
}
]';
}