mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-04 18:14:44 +02:00
bridges: Fix bridges that don't pass the unit test
This commit is contained in:
parent
d532d0e0c4
commit
e0db349a57
24 changed files with 1 additions and 44 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue