mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-03-14 20:21:14 +03:00
[MydealsBridge] Fix Example value (#2728)
This commit is contained in:
parent
f4a0711b62
commit
f709778b28
1 changed files with 2 additions and 2 deletions
|
@ -2002,8 +2002,8 @@ class MydealsBridge extends PepperBridgeAbstract {
|
|||
'name' => 'URL der Diskussion',
|
||||
'type' => 'text',
|
||||
'required' => true,
|
||||
'title' => 'URL-Diskussion zu überwachen: https://www.mydealz.de/diskussion/title-123',
|
||||
'exampleValue' => '://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',
|
||||
),
|
||||
'only_with_url' => array(
|
||||
'name' => 'Kommentare ohne URL ausschließen',
|
||||
|
|
Loading…
Add table
Reference in a new issue