From 182153485c8af28c98af02c5882b7c72b8ac4554 Mon Sep 17 00:00:00 2001 From: logmanoriginal Date: Sat, 15 Sep 2018 16:49:11 +0200 Subject: [PATCH] [Arte7Bridge] Move parameter examples into tool tip for readability --- bridges/Arte7Bridge.php | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/bridges/Arte7Bridge.php b/bridges/Arte7Bridge.php index 95342306..12588c60 100644 --- a/bridges/Arte7Bridge.php +++ b/bridges/Arte7Bridge.php @@ -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/' ) ) );