mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-02-16 15:19:55 +03:00
fix: add a few example/default values
This commit is contained in:
parent
2bd3f22dd5
commit
3187592dba
3 changed files with 6 additions and 2 deletions
|
@ -11,6 +11,8 @@ class FilterBridge extends FeedExpander {
|
|||
const PARAMETERS = array(array(
|
||||
'url' => array(
|
||||
'name' => 'Feed URL',
|
||||
'type' => 'text',
|
||||
'defaultValue' => 'https://lorem-rss.herokuapp.com/feed?unit=day',
|
||||
'required' => true,
|
||||
),
|
||||
'filter' => array(
|
||||
|
|
|
@ -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',
|
||||
|
|
|
@ -8,7 +8,8 @@ class PillowfortBridge extends BridgeAbstract {
|
|||
'username' => array(
|
||||
'name' => 'Username',
|
||||
'type' => 'text',
|
||||
'required' => true
|
||||
'required' => true,
|
||||
'exampleValue' => 'vaxis2',
|
||||
),
|
||||
'noava' => array(
|
||||
'name' => 'Hide avatar',
|
||||
|
|
Loading…
Add table
Reference in a new issue