mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-16 21:44:01 +02:00
bridges: Fix bridges that don't pass the unit test
This commit is contained in:
@@ -13,7 +13,6 @@ class WikipediaBridge extends BridgeAbstract {
|
||||
'language' => array(
|
||||
'name' => 'Language',
|
||||
'type' => 'list',
|
||||
'required' => true,
|
||||
'title' => 'Select your language',
|
||||
'exampleValue' => 'English',
|
||||
'values' => array(
|
||||
@@ -27,7 +26,6 @@ class WikipediaBridge extends BridgeAbstract {
|
||||
'subject' => array(
|
||||
'name' => 'Subject',
|
||||
'type' => 'list',
|
||||
'required' => true,
|
||||
'title' => 'What subject are you interested in?',
|
||||
'exampleValue' => 'Today\'s featured article',
|
||||
'values' => array(
|
||||
|
Reference in New Issue
Block a user