[Arte7Bridge] Move parameter examples into tool tip for readability
This commit is contained in:
parent
bf9946d1fc
commit
182153485c
1 changed files with 6 additions and 4 deletions
|
@ -30,8 +30,9 @@ class Arte7Bridge extends BridgeAbstract {
|
|||
),
|
||||
'Collection (Français)' => array(
|
||||
'colfr' => array(
|
||||
'name' => 'Collection id (ex. RC-014095 pour https://www.arte.tv/fr/videos/RC-014095/blow-up/)',
|
||||
'required' => true
|
||||
'name' => 'Collection id',
|
||||
'required' => true,
|
||||
'title' => 'ex. RC-014095 pour https://www.arte.tv/fr/videos/RC-014095/blow-up/'
|
||||
)
|
||||
),
|
||||
'Catégorie (Allemand)' => array(
|
||||
|
@ -54,8 +55,9 @@ class Arte7Bridge extends BridgeAbstract {
|
|||
),
|
||||
'Collection (Allemand)' => array(
|
||||
'colde' => array(
|
||||
'name' => 'Collection id (ex. RC-014095 pour https://www.arte.tv/de/videos/RC-014095/blow-up/)',
|
||||
'required' => true
|
||||
'name' => 'Collection id',
|
||||
'required' => true,
|
||||
'title' => 'ex. RC-014095 pour https://www.arte.tv/de/videos/RC-014095/blow-up/'
|
||||
)
|
||||
)
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue