mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-21 07:42:10 +02:00
bridges: Fix bridges that don't pass the unit test
This commit is contained in:
@@ -9,7 +9,6 @@ class WikiLeaksBridge extends BridgeAbstract {
|
||||
'category' => array(
|
||||
'name' => 'Category',
|
||||
'type' => 'list',
|
||||
'required' => true,
|
||||
'title' => 'Select your category',
|
||||
'values' => array(
|
||||
'News' => '-News-',
|
||||
@@ -28,7 +27,6 @@ class WikiLeaksBridge extends BridgeAbstract {
|
||||
'teaser' => array(
|
||||
'name' => 'Show teaser',
|
||||
'type' => 'checkbox',
|
||||
'required' => false,
|
||||
'title' => 'If checked feeds will display the teaser',
|
||||
'defaultValue' => true
|
||||
)
|
||||
|
Reference in New Issue
Block a user