mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2024-11-22 09:35:28 +03:00
[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:
parent
8865521b3b
commit
8e41887393
3 changed files with 5 additions and 5 deletions
|
@ -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(
|
||||
|
|
|
@ -3252,7 +3252,7 @@ class HotUKDealsBridge extends PepperBridgeAbstract {
|
|||
'name' => 'Discussion URL',
|
||||
'type' => 'text',
|
||||
'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',
|
||||
),
|
||||
'only_with_url' => array(
|
||||
|
|
|
@ -11,7 +11,7 @@ class MydealsBridge extends PepperBridgeAbstract {
|
|||
'q' => array(
|
||||
'name' => 'Stichworten',
|
||||
'type' => 'text',
|
||||
'exampleValue' => 'watch',
|
||||
'exampleValue' => 'lamp',
|
||||
'required' => true
|
||||
),
|
||||
'hide_expired' => array(
|
||||
|
@ -2002,7 +2002,7 @@ class MydealsBridge extends PepperBridgeAbstract {
|
|||
'type' => 'text',
|
||||
'required' => true,
|
||||
'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(
|
||||
'name' => 'Kommentare ohne URL ausschließen',
|
||||
|
|
Loading…
Reference in a new issue