[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(
|
'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 a new issue