[DealabsBridge-HotUKDealsBridge-MydealsBridge] Fix example values (#2766)

Added real example values for discussion to allow automatic testing.

Updated keywords example value to be sure there will be some results.
This commit is contained in:
sysadminstory 2022-06-04 22:40:20 +02:00 committed by GitHub
parent 8865521b3b
commit 8e41887393
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View file

@ -10,7 +10,7 @@ class DealabsBridge extends PepperBridgeAbstract {
'q' => array(
'name' => 'Mot(s) clé(s)',
'type' => 'text',
'exampleValue' => 'lamp',
'exampleValue' => 'lampe',
'required' => true
),
'hide_expired' => array(
@ -1886,7 +1886,7 @@ class DealabsBridge extends PepperBridgeAbstract {
'type' => 'text',
'required' => true,
'title' => 'URL discussion à surveiller: https://www.dealabs.com/discussions/titre-1234',
'exampleValue' => 'https://www.dealabs.com/discussions/titre-1234',
'exampleValue' => 'https://www.dealabs.com/discussions/jeux-steam-gratuits-gleam-woobox-etc-1071415',
),
'only_with_url' => array(