mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-04 18:14:44 +02:00
bridges: Update bridges with 'required' attributes
This commit is contained in:
parent
c689180fef
commit
fa59a25229
13 changed files with 35 additions and 35 deletions
|
@ -8,7 +8,7 @@ class MangareaderBridge extends BridgeAbstract{
|
|||
$this->name = "Mangareader Bridge";
|
||||
$this->uri = "http://www.mangareader.net";
|
||||
$this->description = "Returns the latest updates, popular mangas or manga updates (new chapters)";
|
||||
$this->update = "2016-08-09";
|
||||
$this->update = "2016-08-15";
|
||||
|
||||
$this->parameters["Get latest updates"] = '[]';
|
||||
$this->parameters["Get popular mangas"] =
|
||||
|
@ -17,7 +17,7 @@ class MangareaderBridge extends BridgeAbstract{
|
|||
"name" : "Category",
|
||||
"identifier" : "category",
|
||||
"type" : "list",
|
||||
"required" : "true",
|
||||
"required" : true,
|
||||
"values" : [
|
||||
{
|
||||
"name" : "All",
|
||||
|
@ -182,7 +182,7 @@ class MangareaderBridge extends BridgeAbstract{
|
|||
"name" : "Path",
|
||||
"identifier" : "path",
|
||||
"type" : "text",
|
||||
"required" : "true",
|
||||
"required" : true,
|
||||
"pattern" : "[a-zA-Z0-9-_]*",
|
||||
"exampleValue" : "bleach, umi-no-kishidan",
|
||||
"title" : "URL part of desired manga"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue