1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-08-06 08:37:30 +02:00

fix: add a few example/default values

This commit is contained in:
Dag
2022-03-25 15:33:34 +01:00
parent 2bd3f22dd5
commit 3187592dba
3 changed files with 6 additions and 2 deletions

View File

@@ -9,7 +9,8 @@ class FurAffinityUserBridge extends BridgeAbstract {
'name' => 'Search Username',
'type' => 'text',
'required' => true,
'title' => 'Username to fetch the gallery for'
'title' => 'Username to fetch the gallery for',
'exampleValue' => 'armundy',
),
'loginUsername' => array(
'name' => 'Login Username',