mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-05 17:19:37 +00:00
[Arte7Bridge] Move parameter examples into tool tip for readability
This commit is contained in:
parent
bf9946d1fc
commit
182153485c
@ -30,8 +30,9 @@ class Arte7Bridge extends BridgeAbstract {
|
|||||||
),
|
),
|
||||||
'Collection (Français)' => array(
|
'Collection (Français)' => array(
|
||||||
'colfr' => array(
|
'colfr' => array(
|
||||||
'name' => 'Collection id (ex. RC-014095 pour https://www.arte.tv/fr/videos/RC-014095/blow-up/)',
|
'name' => 'Collection id',
|
||||||
'required' => true
|
'required' => true,
|
||||||
|
'title' => 'ex. RC-014095 pour https://www.arte.tv/fr/videos/RC-014095/blow-up/'
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
'Catégorie (Allemand)' => array(
|
'Catégorie (Allemand)' => array(
|
||||||
@ -54,8 +55,9 @@ class Arte7Bridge extends BridgeAbstract {
|
|||||||
),
|
),
|
||||||
'Collection (Allemand)' => array(
|
'Collection (Allemand)' => array(
|
||||||
'colde' => array(
|
'colde' => array(
|
||||||
'name' => 'Collection id (ex. RC-014095 pour https://www.arte.tv/de/videos/RC-014095/blow-up/)',
|
'name' => 'Collection id',
|
||||||
'required' => true
|
'required' => true,
|
||||||
|
'title' => 'ex. RC-014095 pour https://www.arte.tv/de/videos/RC-014095/blow-up/'
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user