1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-07-19 16:01:15 +02:00

[GogsBridge] Add protocol to examplevalue (#2668)

This commit is contained in:
Eric G
2022-04-18 22:31:26 +02:00
committed by GitHub
parent fe042305e4
commit 46a356b0b2

View File

@@ -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',