mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-24 23:37:18 +00:00
[MydealsBridge] Fix Example value (#2728)
This commit is contained in:
parent
f4a0711b62
commit
f709778b28
@ -2003,7 +2003,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' => '://www.mydealz.de/diskussion/title-123',
|
'exampleValue' => 'https://www.mydealz.de/diskussion/title-123',
|
||||||
),
|
),
|
||||||
'only_with_url' => array(
|
'only_with_url' => array(
|
||||||
'name' => 'Kommentare ohne URL ausschließen',
|
'name' => 'Kommentare ohne URL ausschließen',
|
||||||
|
Loading…
Reference in New Issue
Block a user