[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( 'q' => array(
'name' => 'Mot(s) clé(s)', 'name' => 'Mot(s) clé(s)',
'type' => 'text', 'type' => 'text',
'exampleValue' => 'lamp', 'exampleValue' => 'lampe',
'required' => true 'required' => true
), ),
'hide_expired' => array( 'hide_expired' => array(
@ -1886,7 +1886,7 @@ class DealabsBridge extends PepperBridgeAbstract {
'type' => 'text', 'type' => 'text',
'required' => true, 'required' => true,
'title' => 'URL discussion à surveiller: https://www.dealabs.com/discussions/titre-1234', '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( 'only_with_url' => array(

View File

@ -3252,7 +3252,7 @@ class HotUKDealsBridge extends PepperBridgeAbstract {
'name' => 'Discussion URL', 'name' => 'Discussion URL',
'type' => 'text', 'type' => 'text',
'required' => true, 'required' => true,
'title' => 'Discussion URL to monitor. Ex: https://www.hotukdeals.com/discussions/the-hukd-lego-thread-3599357', 'title' => 'Discussion URL to monitor. Ex: https://www.hotukdeals.com/discussions/title-123',
'exampleValue' => 'https://www.hotukdeals.com/discussions/the-hukd-lego-thread-3599357', 'exampleValue' => 'https://www.hotukdeals.com/discussions/the-hukd-lego-thread-3599357',
), ),
'only_with_url' => array( 'only_with_url' => array(

View File

@ -11,7 +11,7 @@ class MydealsBridge extends PepperBridgeAbstract {
'q' => array( 'q' => array(
'name' => 'Stichworten', 'name' => 'Stichworten',
'type' => 'text', 'type' => 'text',
'exampleValue' => 'watch', 'exampleValue' => 'lamp',
'required' => true 'required' => true
), ),
'hide_expired' => array( 'hide_expired' => array(
@ -2002,7 +2002,7 @@ class MydealsBridge extends PepperBridgeAbstract {
'type' => 'text', 'type' => 'text',
'required' => true, 'required' => true,
'title' => 'URL-Diskussion zu überwachen: https://www.mydealz.de/diskussion/title-123', 'title' => 'URL-Diskussion zu überwachen: https://www.mydealz.de/diskussion/title-123',
'exampleValue' => 'https://www.mydealz.de/diskussion/title-123', 'exampleValue' => 'https://www.mydealz.de/diskussion/anleitung-wie-schreibe-ich-einen-deal-1658317',
), ),
'only_with_url' => array( 'only_with_url' => array(
'name' => 'Kommentare ohne URL ausschließen', 'name' => 'Kommentare ohne URL ausschließen',