mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-05 17:19:37 +00:00
[GovTrackBridge] add missing default value
This commit is contained in:
parent
04aee250da
commit
24c4de45d0
@ -10,6 +10,7 @@ class GovTrackBridge extends BridgeAbstract
|
|||||||
'feed' => [
|
'feed' => [
|
||||||
'name' => 'Feed to track',
|
'name' => 'Feed to track',
|
||||||
'type' => 'list',
|
'type' => 'list',
|
||||||
|
'defaultValue' => 'posts',
|
||||||
'values' => [
|
'values' => [
|
||||||
'All Legislative Activity' => 'bill-activity',
|
'All Legislative Activity' => 'bill-activity',
|
||||||
'Bill Summaries' => 'bill-summaries',
|
'Bill Summaries' => 'bill-summaries',
|
||||||
|
Loading…
Reference in New Issue
Block a user