mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-07-17 06:51:15 +02:00
For automation tests example values are needed
This commit is contained in:
@@ -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(
|
||||
|
Reference in New Issue
Block a user