mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2024-11-26 03:16:33 +03:00
[Arte7Bridge] test: use legal default value for checkbox
This commit is contained in:
parent
2c00ecb923
commit
4d4ce3f380
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ class Arte7Bridge extends BridgeAbstract {
|
||||||
'name' => 'Exclude short videos',
|
'name' => 'Exclude short videos',
|
||||||
'type' => 'checkbox',
|
'type' => 'checkbox',
|
||||||
'title' => 'Exclude videos that are shorter than 3 minutes',
|
'title' => 'Exclude videos that are shorter than 3 minutes',
|
||||||
'defaultValue' => '',
|
'defaultValue' => false,
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
'Catégorie (Français)' => array(
|
'Catégorie (Français)' => array(
|
||||||
|
|
Loading…
Reference in a new issue