0
0
Fork 0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-03-16 20:33:29 +00:00

[Marktplaats] example values added ()

For automation tests example values are needed
This commit is contained in:
Park0 2022-06-04 21:06:38 +02:00 committed by GitHub
parent d60d8313d0
commit 299ad87168
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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(