mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-22 16:13:35 +02:00
bridges: Update bridges with 'required' attributes
This commit is contained in:
@@ -7,7 +7,7 @@ class AllocineFRBridge extends BridgeAbstract{
|
||||
$this->name = "Allo Cine Bridge";
|
||||
$this->uri = "http://www.allocine.fr";
|
||||
$this->description = "Bridge for allocine.fr";
|
||||
$this->update = "2016-08-10";
|
||||
$this->update = "2016-08-15";
|
||||
|
||||
$this->parameters[] =
|
||||
'[
|
||||
@@ -15,7 +15,7 @@ class AllocineFRBridge extends BridgeAbstract{
|
||||
"name" : "category",
|
||||
"identifier" : "category",
|
||||
"type" : "list",
|
||||
"required" : "true",
|
||||
"required" : true,
|
||||
"exampleValue" : "Faux Raccord",
|
||||
"title" : "Select your category",
|
||||
"values" :
|
||||
|
Reference in New Issue
Block a user