[Marktplaats] #2553 example values added (#2752)

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
1 changed files with 2 additions and 0 deletions

View File

@ -17,12 +17,14 @@ class MarktplaatsBridge extends BridgeAbstract {
'name' => 'zipcode', 'name' => 'zipcode',
'type' => 'text', 'type' => 'text',
'required' => false, 'required' => false,
'exampleValue' => '1013AA',
'title' => 'Zip code for location limited searches', 'title' => 'Zip code for location limited searches',
), ),
'd' => array( 'd' => array(
'name' => 'distance', 'name' => 'distance',
'type' => 'number', 'type' => 'number',
'required' => false, 'required' => false,
'exampleValue' => '100000',
'title' => 'The distance in meters from the zipcode', 'title' => 'The distance in meters from the zipcode',
), ),
'f' => array( 'f' => array(