mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-01 14:24:39 +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(
|
'global' => array(
|
||||||
'host' => array(
|
'host' => array(
|
||||||
'name' => 'Host',
|
'name' => 'Host',
|
||||||
'exampleValue' => 'notabug.org',
|
'exampleValue' => 'https://notabug.org',
|
||||||
'required' => true,
|
'required' => true,
|
||||||
'title' => 'Host name without trailing slash',
|
'title' => 'Host name with its protocol, without trailing slash',
|
||||||
),
|
),
|
||||||
'user' => array(
|
'user' => array(
|
||||||
'name' => 'Username',
|
'name' => 'Username',
|
||||||
|
|
Loading…
Add table
Reference in a new issue