mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-31 07:09:34 +02:00
[KleinanzeigenBridge] remove unnecessary params
This commit is contained in:
parent
fffe4663cb
commit
72eea1bd3d
1 changed files with 2 additions and 4 deletions
|
@ -36,15 +36,13 @@ class KleinanzeigenBridge extends BridgeAbstract
|
|||
'name' => 'minimum price',
|
||||
'required' => false,
|
||||
'type' => 'number',
|
||||
'title' => 'in euros',
|
||||
'defaultValue' => '',
|
||||
'title' => 'in euros'
|
||||
],
|
||||
'maxprice' => [
|
||||
'name' => 'maximum price',
|
||||
'required' => false,
|
||||
'type' => 'number',
|
||||
'title' => 'in euros',
|
||||
'defaultValue' => '',
|
||||
'title' => 'in euros'
|
||||
],
|
||||
'pages' => [
|
||||
'name' => 'pages',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue