mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2024-11-22 09:35:28 +03:00
[GogsBridge] Add protocol to examplevalue (#2668)
This commit is contained in:
parent
fe042305e4
commit
46a356b0b2
1 changed files with 2 additions and 2 deletions
|
@ -11,9 +11,9 @@ class GogsBridge extends BridgeAbstract {
|
|||
'global' => array(
|
||||
'host' => array(
|
||||
'name' => 'Host',
|
||||
'exampleValue' => 'notabug.org',
|
||||
'exampleValue' => 'https://notabug.org',
|
||||
'required' => true,
|
||||
'title' => 'Host name without trailing slash',
|
||||
'title' => 'Host name with its protocol, without trailing slash',
|
||||
),
|
||||
'user' => array(
|
||||
'name' => 'Username',
|
||||
|
|
Loading…
Reference in a new issue