mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-02-16 15:19:55 +03:00
[DesoutterBridge] fix: default value
This commit is contained in:
parent
dbd480e2c0
commit
b57d19b29c
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ class DesoutterBridge extends BridgeAbstract {
|
|||
'name' => 'Language',
|
||||
'type' => 'list',
|
||||
'title' => 'Select your language',
|
||||
'defaultValue' => 'Corporate',
|
||||
'defaultValue' => 'https://www.desouttertools.com/about-desoutter/news-events',
|
||||
'values' => array(
|
||||
'Corporate'
|
||||
=> 'https://www.desouttertools.com/about-desoutter/news-events',
|
||||
|
|
Loading…
Add table
Reference in a new issue