mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-23 23:16:53 +00:00
[VkBridge] fix parameter 'u' requirement status
Signed-off-by: Pierre Mazière <pierre.maziere@gmx.com>
This commit is contained in:
parent
b5cc7b4ded
commit
306d50582d
@ -12,7 +12,8 @@ class VkBridge extends BridgeAbstract {
|
|||||||
$this->parameters["Url on page group or user"] = '[
|
$this->parameters["Url on page group or user"] = '[
|
||||||
{
|
{
|
||||||
"name" : "Url",
|
"name" : "Url",
|
||||||
"identifier" : "u"
|
"identifier" : "u",
|
||||||
|
"required" : true
|
||||||
}
|
}
|
||||||
]';
|
]';
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user