From: Vincent Vanwaelscappel Date: Thu, 21 Oct 2021 09:37:30 +0000 (+0200) Subject: wip #4807 @1 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=3351f76d973e6576ef94bfa2750816e8a6d60357;p=odl.git wip #4807 @1 --- diff --git a/app/Fields/Link.php b/app/Fields/Link.php index 4bbee97..1f455ee 100644 --- a/app/Fields/Link.php +++ b/app/Fields/Link.php @@ -8,6 +8,13 @@ class Link extends SelectFromArray { public function getOptions() { - return ['home' => 'Home', 'resources' => 'Ressources', 'medialibrary' => 'Mediathèque', 'tour' => 'Visite guidée', 'fluidbook' => 'Fluidbook', 'animation' => 'Animation d\'ouverture', 'search' => 'Moteur de recherche', 'menu' => 'Menu']; + return ['home' => 'Home', + 'resources' => 'Ressources', + 'medialibrary' => 'Mediathèque', + 'tour' => 'Visite guidée', + 'fluidbook' => 'Fluidbook', + 'animation' => 'Animation d\'ouverture', + 'search' => 'Moteur de recherche', + 'menu' => 'Menu']; } }