mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-03-16 20:33:29 +00:00
For automation tests example values are needed
This commit is contained in:
parent
d60d8313d0
commit
299ad87168
1 changed files with 2 additions and 0 deletions
|
@ -17,12 +17,14 @@ class MarktplaatsBridge extends BridgeAbstract {
|
|||
'name' => 'zipcode',
|
||||
'type' => 'text',
|
||||
'required' => false,
|
||||
'exampleValue' => '1013AA',
|
||||
'title' => 'Zip code for location limited searches',
|
||||
),
|
||||
'd' => array(
|
||||
'name' => 'distance',
|
||||
'type' => 'number',
|
||||
'required' => false,
|
||||
'exampleValue' => '100000',
|
||||
'title' => 'The distance in meters from the zipcode',
|
||||
),
|
||||
'f' => array(
|
||||
|
|
Loading…
Reference in a new issue